public final class LatLongRect extends GeneratedMessage implements LatLongRectOrBuilder Rectangle determined by min and max LatLng pairs.
Protobuf type google.cloud.vision.v1p1beta1.LatLongRect
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > LatLongRectImplements
LatLongRectOrBuilderStatic Fields
MAX_LAT_LNG_FIELD_NUMBER
public static final int MAX_LAT_LNG_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
MIN_LAT_LNG_FIELD_NUMBER
public static final int MIN_LAT_LNG_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static LatLongRect getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
LatLongRect |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static LatLongRect.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
LatLongRect.Builder |
|
newBuilder(LatLongRect prototype)
public static LatLongRect.Builder newBuilder(LatLongRect prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
LatLongRect |
| Returns | |
|---|---|
| Type | Description |
LatLongRect.Builder |
|
parseDelimitedFrom(InputStream input)
public static LatLongRect parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
LatLongRect |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LatLongRect parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LatLongRect |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static LatLongRect parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
LatLongRect |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static LatLongRect parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LatLongRect |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static LatLongRect parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
LatLongRect |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LatLongRect parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LatLongRect |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static LatLongRect parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
LatLongRect |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static LatLongRect parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LatLongRect |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static LatLongRect parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
LatLongRect |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LatLongRect parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LatLongRect |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static LatLongRect parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
LatLongRect |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static LatLongRect parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LatLongRect |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<LatLongRect> parser()| Returns | |
|---|---|
| Type | Description |
Parser<LatLongRect> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public LatLongRect getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
LatLongRect |
|
getMaxLatLng()
public LatLng getMaxLatLng()Max lat/long pair.
.google.type.LatLng max_lat_lng = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.type.LatLng |
The maxLatLng. |
getMaxLatLngOrBuilder()
public LatLngOrBuilder getMaxLatLngOrBuilder()Max lat/long pair.
.google.type.LatLng max_lat_lng = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.type.LatLngOrBuilder |
|
getMinLatLng()
public LatLng getMinLatLng()Min lat/long pair.
.google.type.LatLng min_lat_lng = 1;
| Returns | |
|---|---|
| Type | Description |
com.google.type.LatLng |
The minLatLng. |
getMinLatLngOrBuilder()
public LatLngOrBuilder getMinLatLngOrBuilder()Min lat/long pair.
.google.type.LatLng min_lat_lng = 1;
| Returns | |
|---|---|
| Type | Description |
com.google.type.LatLngOrBuilder |
|
getParserForType()
public Parser<LatLongRect> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<LatLongRect> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasMaxLatLng()
public boolean hasMaxLatLng()Max lat/long pair.
.google.type.LatLng max_lat_lng = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the maxLatLng field is set. |
hasMinLatLng()
public boolean hasMinLatLng()Min lat/long pair.
.google.type.LatLng min_lat_lng = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the minLatLng field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public LatLongRect.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
LatLongRect.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected LatLongRect.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
LatLongRect.Builder |
|
toBuilder()
public LatLongRect.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
LatLongRect.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|