📄 terraservice.wsdl
字号:
</s:complexType> </s:element> <s:element name="GetAreaFromTileId"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="id" type="tns:TileId" /> <s:element minOccurs="1" maxOccurs="1" name="displayPixWidth" type="s:int" /> <s:element minOccurs="1" maxOccurs="1" name="displayPixHeight" type="s:int" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetAreaFromTileIdResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="GetAreaFromTileIdResult" type="tns:AreaBoundingBox" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetLatLonMetrics"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="point" type="tns:LonLatPt" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetLatLonMetricsResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="GetLatLonMetricsResult" type="tns:ArrayOfThemeBoundingBox" /> </s:sequence> </s:complexType> </s:element> <s:complexType name="ArrayOfThemeBoundingBox"> <s:sequence> <s:element minOccurs="0" maxOccurs="unbounded" name="ThemeBoundingBox" type="tns:ThemeBoundingBox" /> </s:sequence> </s:complexType> <s:complexType name="ThemeBoundingBox"> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="Theme" type="s:int" /> <s:element minOccurs="0" maxOccurs="1" name="ThemeName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="Sparseness" type="s:int" /> <s:element minOccurs="1" maxOccurs="1" name="LoScale" type="tns:Scale" /> <s:element minOccurs="1" maxOccurs="1" name="HiScale" type="tns:Scale" /> <s:element minOccurs="1" maxOccurs="1" name="ProjectionId" type="tns:ProjectionType" /> <s:element minOccurs="0" maxOccurs="1" name="ProjectionName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="WestLongitude" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="NorthLatitude" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="EastLongitude" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="SouthLatitude" type="s:double" /> </s:sequence> </s:complexType> <s:element name="GetPlaceFacts"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="place" type="tns:Place" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetPlaceFactsResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="GetPlaceFactsResult" type="tns:PlaceFacts" /> </s:sequence> </s:complexType> </s:element> <s:complexType name="PlaceFacts"> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="Place" type="tns:Place" /> <s:element minOccurs="1" maxOccurs="1" name="Center" type="tns:LonLatPt" /> <s:element minOccurs="1" maxOccurs="1" name="AvailableThemeMask" type="s:int" /> <s:element minOccurs="1" maxOccurs="1" name="PlaceTypeId" type="tns:PlaceType" /> <s:element minOccurs="1" maxOccurs="1" name="Population" type="s:int" /> </s:sequence> </s:complexType> <s:element name="GetPlaceList"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="placeName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="MaxItems" type="s:int" /> <s:element minOccurs="1" maxOccurs="1" name="imagePresence" type="s:boolean" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetPlaceListResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="GetPlaceListResult" type="tns:ArrayOfPlaceFacts" /> </s:sequence> </s:complexType> </s:element> <s:complexType name="ArrayOfPlaceFacts"> <s:sequence> <s:element minOccurs="0" maxOccurs="unbounded" name="PlaceFacts" type="tns:PlaceFacts" /> </s:sequence> </s:complexType> <s:element name="GetPlaceListInRect"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="upperleft" type="tns:LonLatPt" /> <s:element minOccurs="1" maxOccurs="1" name="lowerright" type="tns:LonLatPt" /> <s:element minOccurs="1" maxOccurs="1" name="ptype" type="tns:PlaceType" /> <s:element minOccurs="1" maxOccurs="1" name="MaxItems" type="s:int" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetPlaceListInRectResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="GetPlaceListInRectResult" type="tns:ArrayOfPlaceFacts" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetTheme"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="theme" type="s:int" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetThemeResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="GetThemeResult" type="tns:ThemeInfo" /> </s:sequence> </s:complexType> </s:element> <s:complexType name="ThemeInfo"> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="Theme" type="s:int" /> <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Supplier" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="LoScale" type="tns:Scale" /> <s:element minOccurs="1" maxOccurs="1" name="HiScale" type="tns:Scale" /> <s:element minOccurs="1" maxOccurs="1" name="ProjectionId" type="tns:ProjectionType" /> <s:element minOccurs="0" maxOccurs="1" name="ProjectionName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="CopyrightNotice" type="s:string" /> </s:sequence> </s:complexType> <s:element name="GetTileMetaFromLonLatPt"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="point" type="tns:LonLatPt" /> <s:element minOccurs="1" maxOccurs="1" name="theme" type="s:int" /> <s:element minOccurs="1" maxOccurs="1" name="scale" type="tns:Scale" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetTileMetaFromLonLatPtResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="GetTileMetaFromLonLatPtResult" type="tns:TileMeta" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetTileMetaFromTileId"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="id" type="tns:TileId" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetTileMetaFromTileIdResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="GetTileMetaFromTileIdResult" type="tns:TileMeta" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetTile"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="id" type="tns:TileId" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetTileResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="GetTileResult" type="s:base64Binary" /> </s:sequence> </s:complexType> </s:element> </s:schema> </wsdl:types> <wsdl:message name="ConvertLonLatPtToNearestPlaceSoapIn"> <wsdl:part name="parameters" element="tns:ConvertLonLatPtToNearestPlace" /> </wsdl:message> <wsdl:message name="ConvertLonLatPtToNearestPlaceSoapOut"> <wsdl:part name="parameters" element="tns:ConvertLonLatPtToNearestPlaceResponse" /> </wsdl:message> <wsdl:message name="ConvertLonLatPtToUtmPtSoapIn"> <wsdl:part name="parameters" element="tns:ConvertLonLatPtToUtmPt" /> </wsdl:message> <wsdl:message name="ConvertLonLatPtToUtmPtSoapOut"> <wsdl:part name="parameters" element="tns:ConvertLonLatPtToUtmPtResponse" /> </wsdl:message> <wsdl:message name="ConvertUtmPtToLonLatPtSoapIn"> <wsdl:part name="parameters" element="tns:ConvertUtmPtToLonLatPt" /> </wsdl:message> <wsdl:message name="ConvertUtmPtToLonLatPtSoapOut"> <wsdl:part name="parameters" element="tns:ConvertUtmPtToLonLatPtResponse" /> </wsdl:message> <wsdl:message name="ConvertPlaceToLonLatPtSoapIn"> <wsdl:part name="parameters" element="tns:ConvertPlaceToLonLatPt" /> </wsdl:message> <wsdl:message name="ConvertPlaceToLonLatPtSoapOut"> <wsdl:part name="parameters" element="tns:ConvertPlaceToLonLatPtResponse" /> </wsdl:message> <wsdl:message name="CountPlacesInRectSoapIn"> <wsdl:part name="parameters" element="tns:CountPlacesInRect" /> </wsdl:message> <wsdl:message name="CountPlacesInRectSoapOut"> <wsdl:part name="parameters" element="tns:CountPlacesInRectResponse" /> </wsdl:message> <wsdl:message name="GetAreaFromPtSoapIn"> <wsdl:part name="parameters" element="tns:GetAreaFromPt" /> </wsdl:message> <wsdl:message name="GetAreaFromPtSoapOut"> <wsdl:part name="parameters" element="tns:GetAreaFromPtResponse" /> </wsdl:message> <wsdl:message name="GetAreaFromRectSoapIn"> <wsdl:part name="parameters" element="tns:GetAreaFromRect" /> </wsdl:message> <wsdl:message name="GetAreaFromRectSoapOut"> <wsdl:part name="parameters" element="tns:GetAreaFromRectResponse" /> </wsdl:message> <wsdl:message name="GetAreaFromTileIdSoapIn"> <wsdl:part name="parameters" element="tns:GetAreaFromTileId" /> </wsdl:message> <wsdl:message name="GetAreaFromTileIdSoapOut"> <wsdl:part name="parameters" element="tns:GetAreaFromTileIdResponse" /> </wsdl:message> <wsdl:message name="GetLatLonMetricsSoapIn"> <wsdl:part name="parameters" element="tns:GetLatLonMetrics" /> </wsdl:message> <wsdl:message name="GetLatLonMetricsSoapOut"> <wsdl:part name="parameters" element="tns:GetLatLonMetricsResponse" /> </wsdl:message> <wsdl:message name="GetPlaceFactsSoapIn"> <wsdl:part name="parameters" element="tns:GetPlaceFacts" /> </wsdl:message> <wsdl:message name="GetPlaceFactsSoapOut"> <wsdl:part name="parameters" element="tns:GetPlaceFactsResponse" /> </wsdl:message> <wsdl:message name="GetPlaceListSoapIn"> <wsdl:part name="parameters" element="tns:GetPlaceList" /> </wsdl:message> <wsdl:message name="GetPlaceListSoapOut"> <wsdl:part name="parameters" element="tns:GetPlaceListResponse" /> </wsdl:message>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -