141 строка
8.4 KiB
YAML
141 строка
8.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.search.models.CoordinateSystem"
|
|
fullName: "com.azure.search.models.CoordinateSystem"
|
|
name: "CoordinateSystem"
|
|
nameWithType: "CoordinateSystem"
|
|
summary: "The EPSG:4326 is the coordinate system used for Geography<wbr>Points in Azure Cognitive Search."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public class **CoordinateSystem**"
|
|
constructors:
|
|
- uid: "com.azure.search.models.CoordinateSystem.CoordinateSystem()"
|
|
fullName: "com.azure.search.models.CoordinateSystem.CoordinateSystem()"
|
|
name: "CoordinateSystem()"
|
|
nameWithType: "CoordinateSystem.CoordinateSystem()"
|
|
syntax: "public CoordinateSystem()"
|
|
methods:
|
|
- uid: "com.azure.search.models.CoordinateSystem.create()"
|
|
fullName: "com.azure.search.models.CoordinateSystem.create()"
|
|
name: "create()"
|
|
nameWithType: "CoordinateSystem.create()"
|
|
summary: "Creates a new instance for Coordinate<wbr>System, with default values."
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static CoordinateSystem create()"
|
|
desc: "Creates a new instance for CoordinateSystem, with default values. The EPSG:4326 is the coordination system used for GeographyPoints in Azure Cognitive Search."
|
|
returns:
|
|
description: "a new instance of CoordinateSystem"
|
|
type: "<xref href=\"com.azure.search.models.CoordinateSystem?alt=com.azure.search.models.CoordinateSystem&text=CoordinateSystem\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.CoordinateSystem.equals(java.lang.Object)"
|
|
fullName: "com.azure.search.models.CoordinateSystem.equals(Object o)"
|
|
name: "equals(Object o)"
|
|
nameWithType: "CoordinateSystem.equals(Object o)"
|
|
summary: "Checks equality between two Coordinate<wbr>Systems"
|
|
overridden: "java.lang.Object.equals(java.lang.Object)"
|
|
parameters:
|
|
- description: "other Coordinate system"
|
|
name: "o"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
syntax: "public boolean equals(Object o)"
|
|
desc: "Checks equality between two CoordinateSystems"
|
|
returns:
|
|
description: "boolean true if equal"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.CoordinateSystem.getProperties()"
|
|
fullName: "com.azure.search.models.CoordinateSystem.getProperties()"
|
|
name: "getProperties()"
|
|
nameWithType: "CoordinateSystem.getProperties()"
|
|
summary: "Retrieve Coordinate<wbr>System properties"
|
|
syntax: "public Map<String,String> getProperties()"
|
|
desc: "Retrieve CoordinateSystem properties"
|
|
returns:
|
|
description: "properties"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.search.models.CoordinateSystem.getType()"
|
|
fullName: "com.azure.search.models.CoordinateSystem.getType()"
|
|
name: "getType()"
|
|
nameWithType: "CoordinateSystem.getType()"
|
|
summary: "Retrieve Coordinate<wbr>System type"
|
|
syntax: "public String getType()"
|
|
desc: "Retrieve CoordinateSystem type"
|
|
returns:
|
|
description: "String type"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.search.models.CoordinateSystem.hashCode()"
|
|
fullName: "com.azure.search.models.CoordinateSystem.hashCode()"
|
|
name: "hashCode()"
|
|
nameWithType: "CoordinateSystem.hashCode()"
|
|
summary: "Returns hash code for Coordinate System"
|
|
overridden: "java.lang.Object.hashCode()"
|
|
syntax: "public int hashCode()"
|
|
desc: "Returns hash code for Coordinate System"
|
|
returns:
|
|
description: "int representing hash code"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.CoordinateSystem.isValid()"
|
|
fullName: "com.azure.search.models.CoordinateSystem.isValid()"
|
|
name: "isValid()"
|
|
nameWithType: "CoordinateSystem.isValid()"
|
|
summary: "Ensures that the values are valid as \"crs\" field in the Geo<wbr>Point for the Azure Cognitive Search service: \\\\\"crs\\\\\":\\{\\\\\"type\\\\\":\\\\\"name\\\\\",\\\\\"properties\\\\\":\\{\\\\\"name\\\\\":\\\\\"EPSG:4326\\\\\"\\}\\}"
|
|
syntax: "public boolean isValid()"
|
|
desc: "Ensures that the values are valid as \"crs\" field in the GeoPoint for the Azure Cognitive Search service: \\\\\"crs\\\\\":\\{\\\\\"type\\\\\":\\\\\"name\\\\\",\\\\\"properties\\\\\":\\{\\\\\"name\\\\\":\\\\\"EPSG:4326\\\\\"\\}\\}"
|
|
returns:
|
|
description: "true if valid, false if invalid"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.CoordinateSystem.setProperties(java.util.Map<java.lang.String,java.lang.String>)"
|
|
fullName: "com.azure.search.models.CoordinateSystem.setProperties(Map<String,String> properties)"
|
|
name: "setProperties(Map<String,String> properties)"
|
|
nameWithType: "CoordinateSystem.setProperties(Map<String,String> properties)"
|
|
summary: "Set Coordinate<wbr>System properties"
|
|
parameters:
|
|
- description: "map"
|
|
name: "properties"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public CoordinateSystem setProperties(Map<String,String> properties)"
|
|
desc: "Set CoordinateSystem properties"
|
|
returns:
|
|
description: "updated CoordinateSystem"
|
|
type: "<xref href=\"com.azure.search.models.CoordinateSystem?alt=com.azure.search.models.CoordinateSystem&text=CoordinateSystem\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.CoordinateSystem.setType(java.lang.String)"
|
|
fullName: "com.azure.search.models.CoordinateSystem.setType(String type)"
|
|
name: "setType(String type)"
|
|
nameWithType: "CoordinateSystem.setType(String type)"
|
|
summary: "Set Coordinate<wbr>System type"
|
|
parameters:
|
|
- description: "String"
|
|
name: "type"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public CoordinateSystem setType(String type)"
|
|
desc: "Set CoordinateSystem type"
|
|
returns:
|
|
description: "updated CoordinateSystem"
|
|
type: "<xref href=\"com.azure.search.models.CoordinateSystem?alt=com.azure.search.models.CoordinateSystem&text=CoordinateSystem\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.CoordinateSystem.toString()"
|
|
fullName: "com.azure.search.models.CoordinateSystem.toString()"
|
|
name: "toString()"
|
|
nameWithType: "CoordinateSystem.toString()"
|
|
overridden: "java.lang.Object.toString()"
|
|
syntax: "public String toString()"
|
|
returns:
|
|
description: "String representing coordinate system"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "class"
|
|
desc: "The EPSG:4326 is the coordinate system used for GeographyPoints in Azure Cognitive Search."
|
|
metadata: {}
|
|
package: "com.azure.search.models"
|
|
artifact: com.azure:azure-search:11.0.0-beta.1
|