public interface FeatureAttributeProtosOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getClassType()
string classType = 1; |
com.google.protobuf.ByteString |
getClassTypeBytes()
string classType = 1; |
com.google.protobuf.Timestamp |
getValDate()
.google.protobuf.Timestamp valDate = 9; |
com.google.protobuf.TimestampOrBuilder |
getValDateOrBuilder()
.google.protobuf.Timestamp valDate = 9; |
double |
getValDouble()
double valDouble = 8; |
float |
getValFloat()
float valFloat = 7; |
com.google.protobuf.ByteString |
getValGeometry()
ISO 19107 Geometry binary definition (WKB)
|
int |
getValInt32()
int32 valInt32 = 5; |
long |
getValInt64()
int64 valInt64 = 6; |
String |
getValString()
string valString = 4; |
com.google.protobuf.ByteString |
getValStringBytes()
string valString = 4; |
FeatureAttributeProtos.ValueCase |
getValueCase() |
boolean |
hasValDate()
.google.protobuf.Timestamp valDate = 9; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getClassType()
string classType = 1;
com.google.protobuf.ByteString getClassTypeBytes()
string classType = 1;
String getValString()
string valString = 4;
com.google.protobuf.ByteString getValStringBytes()
string valString = 4;
int getValInt32()
int32 valInt32 = 5;
long getValInt64()
int64 valInt64 = 6;
float getValFloat()
float valFloat = 7;
double getValDouble()
double valDouble = 8;
boolean hasValDate()
.google.protobuf.Timestamp valDate = 9;
com.google.protobuf.Timestamp getValDate()
.google.protobuf.Timestamp valDate = 9;
com.google.protobuf.TimestampOrBuilder getValDateOrBuilder()
.google.protobuf.Timestamp valDate = 9;
com.google.protobuf.ByteString getValGeometry()
ISO 19107 Geometry binary definition (WKB)
bytes valGeometry = 10;
FeatureAttributeProtos.ValueCase getValueCase()
Copyright © 2013–2020. All rights reserved.