azure-docs-sdk-java/docs-ref-autogen/com.azure.core.models.GeoBo...

197 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.core.models.GeoBoundingBox"
fullName: "com.azure.core.models.GeoBoundingBox"
name: "GeoBoundingBox"
nameWithType: "GeoBoundingBox"
summary: "Represents a geometric bounding box."
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 final class **GeoBoundingBox**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.models.GeoBoundingBox?alt=com.azure.core.models.GeoBoundingBox&text=GeoBoundingBox\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.core.models.GeoBoundingBox.GeoBoundingBox(double,double,double,double)"
fullName: "com.azure.core.models.GeoBoundingBox.GeoBoundingBox(double west, double south, double east, double north)"
name: "GeoBoundingBox(double west, double south, double east, double north)"
nameWithType: "GeoBoundingBox.GeoBoundingBox(double west, double south, double east, double north)"
summary: "Constructs a bounding box."
parameters:
- description: "West longitudinal boundary."
name: "west"
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
- description: "South latitudinal boundary."
name: "south"
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
- description: "East longitudinal boundary."
name: "east"
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
- description: "North latitudinal boundary."
name: "north"
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
syntax: "public GeoBoundingBox(double west, double south, double east, double north)"
desc: "Constructs a bounding box."
- uid: "com.azure.core.models.GeoBoundingBox.GeoBoundingBox(double,double,double,double,double,double)"
fullName: "com.azure.core.models.GeoBoundingBox.GeoBoundingBox(double west, double south, double east, double north, double minAltitude, double maxAltitude)"
name: "GeoBoundingBox(double west, double south, double east, double north, double minAltitude, double maxAltitude)"
nameWithType: "GeoBoundingBox.GeoBoundingBox(double west, double south, double east, double north, double minAltitude, double maxAltitude)"
summary: "Constructs a bounding box."
parameters:
- description: "West longitudinal boundary."
name: "west"
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
- description: "South latitudinal boundary."
name: "south"
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
- description: "East longitudinal boundary."
name: "east"
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
- description: "North latitudinal boundary."
name: "north"
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
- description: "Minimum altitude boundary."
name: "minAltitude"
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
- description: "Maximum altitude boundary."
name: "maxAltitude"
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
syntax: "public GeoBoundingBox(double west, double south, double east, double north, double minAltitude, double maxAltitude)"
desc: "Constructs a bounding box."
methods:
- uid: "com.azure.core.models.GeoBoundingBox.equals(java.lang.Object)"
fullName: "com.azure.core.models.GeoBoundingBox.equals(Object obj)"
name: "equals(Object obj)"
nameWithType: "GeoBoundingBox.equals(Object obj)"
overridden: "java.lang.Object.equals(java.lang.Object)"
parameters:
- name: "obj"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
syntax: "public boolean equals(Object obj)"
returns:
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.models.GeoBoundingBox.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.core.models.GeoBoundingBox.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "GeoBoundingBox.fromJson(JsonReader jsonReader)"
summary: "Reads a JSON stream into a <xref uid=\"com.azure.core.models.GeoBoundingBox\" data-throw-if-not-resolved=\"false\" data-raw-source=\"GeoBoundingBox\"></xref>."
modifiers:
- "static"
parameters:
- description: "The <xref uid=\"com.azure.json.JsonReader\" data-throw-if-not-resolved=\"false\" data-raw-source=\"JsonReader\"></xref> being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static GeoBoundingBox fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the <xref uid=\"GeoBoundingBox\" data-throw-if-not-resolved=\"false\" data-raw-source=\"GeoBoundingBox\"></xref> doesn't have four or six positions in the array."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads a JSON stream into a <xref uid=\"com.azure.core.models.GeoBoundingBox\" data-throw-if-not-resolved=\"false\" data-raw-source=\"GeoBoundingBox\"></xref>."
returns:
description: "The <xref uid=\"com.azure.core.models.GeoBoundingBox\" data-throw-if-not-resolved=\"false\" data-raw-source=\"GeoBoundingBox\"></xref> that the JSON stream represented, or null if it pointed to JSON null."
type: "<xref href=\"com.azure.core.models.GeoBoundingBox?alt=com.azure.core.models.GeoBoundingBox&text=GeoBoundingBox\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.models.GeoBoundingBox.getEast()"
fullName: "com.azure.core.models.GeoBoundingBox.getEast()"
name: "getEast()"
nameWithType: "GeoBoundingBox.getEast()"
summary: "The east longitudinal boundary of the bounding box."
syntax: "public double getEast()"
desc: "The east longitudinal boundary of the bounding box."
returns:
description: "The east longitudinal boundary."
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.models.GeoBoundingBox.getMaxAltitude()"
fullName: "com.azure.core.models.GeoBoundingBox.getMaxAltitude()"
name: "getMaxAltitude()"
nameWithType: "GeoBoundingBox.getMaxAltitude()"
summary: "The maximum altitude boundary of the bounding box."
syntax: "public Double getMaxAltitude()"
desc: "The maximum altitude boundary of the bounding box."
returns:
description: "The maximum altitude boundary."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
- uid: "com.azure.core.models.GeoBoundingBox.getMinAltitude()"
fullName: "com.azure.core.models.GeoBoundingBox.getMinAltitude()"
name: "getMinAltitude()"
nameWithType: "GeoBoundingBox.getMinAltitude()"
summary: "The minimum altitude boundary of the bounding box."
syntax: "public Double getMinAltitude()"
desc: "The minimum altitude boundary of the bounding box."
returns:
description: "The minimum altitude boundary."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
- uid: "com.azure.core.models.GeoBoundingBox.getNorth()"
fullName: "com.azure.core.models.GeoBoundingBox.getNorth()"
name: "getNorth()"
nameWithType: "GeoBoundingBox.getNorth()"
summary: "The north latitudinal boundary of the bounding box."
syntax: "public double getNorth()"
desc: "The north latitudinal boundary of the bounding box."
returns:
description: "The north latitudinal boundary."
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.models.GeoBoundingBox.getSouth()"
fullName: "com.azure.core.models.GeoBoundingBox.getSouth()"
name: "getSouth()"
nameWithType: "GeoBoundingBox.getSouth()"
summary: "The south latitudinal boundary of the bounding box."
syntax: "public double getSouth()"
desc: "The south latitudinal boundary of the bounding box."
returns:
description: "The south latitudinal boundary."
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.models.GeoBoundingBox.getWest()"
fullName: "com.azure.core.models.GeoBoundingBox.getWest()"
name: "getWest()"
nameWithType: "GeoBoundingBox.getWest()"
summary: "The west longitudinal boundary of the bounding box."
syntax: "public double getWest()"
desc: "The west longitudinal boundary of the bounding box."
returns:
description: "The west longitudinal boundary."
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.models.GeoBoundingBox.hashCode()"
fullName: "com.azure.core.models.GeoBoundingBox.hashCode()"
name: "hashCode()"
nameWithType: "GeoBoundingBox.hashCode()"
overridden: "java.lang.Object.hashCode()"
syntax: "public int hashCode()"
returns:
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.models.GeoBoundingBox.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.core.models.GeoBoundingBox.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "GeoBoundingBox.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.models.GeoBoundingBox.toString()"
fullName: "com.azure.core.models.GeoBoundingBox.toString()"
name: "toString()"
nameWithType: "GeoBoundingBox.toString()"
overridden: "java.lang.Object.toString()"
syntax: "public String toString()"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "Represents a geometric bounding box.\n\nThis class encapsulates a bounding box defined by west, south, east, and north coordinates, and optionally minimum and maximum altitude. It provides methods to access these properties.\n\nThis class is useful when you want to work with a bounding box in a geographic context. For example, you can use it to define the area of interest for a map view, or to specify the spatial extent of a geographic dataset."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.models.GeoBoundingBox?alt=com.azure.core.models.GeoBoundingBox&text=GeoBoundingBox\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.core.models"
artifact: com.azure:azure-core:1.52.0