Add method to get links in extent

This commit is contained in:
DingZQ
2025-01-04 16:10:01 +08:00
parent cf2c90d5f9
commit 98e58d1e53
2 changed files with 23 additions and 3 deletions

View File

@@ -117,7 +117,7 @@ from .s23_options_util import OPTION_V3_QUALITY_UNITS_HRS, OPTION_V3_QUALITY_UNI
from .s23_options_util import get_option_v3_schema, get_option_v3
from .batch_api import set_option_v3_ex
from .s24_coordinates import get_node_coord
from .s24_coordinates import get_node_coord, get_nodes_in_extent, get_links_in_extent
from .s25_vertices import get_vertex_schema, get_vertex, set_vertex, add_vertex, delete_vertex
from .s25_vertices import get_all_vertex_links, get_all_vertices