Package net.opengis.www.gml.v3_2
Interface CoordinatesTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoordinatesType,CoordinatesType.Builder
public interface CoordinatesTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCs()[gml/basicTypes.xsd at 161:53]com.google.protobuf.ByteString[gml/basicTypes.xsd at 161:53][gml/basicTypes.xsd at 160:58]com.google.protobuf.ByteString[gml/basicTypes.xsd at 160:58]getTs()[gml/basicTypes.xsd at 162:53]com.google.protobuf.ByteString[gml/basicTypes.xsd at 162:53]getValue()This type is deprecated for tuples with ordinate values that are numbers.com.google.protobuf.ByteStringThis type is deprecated for tuples with ordinate values that are numbers.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDecimal
String getDecimal()[gml/basicTypes.xsd at 160:58]
string decimal = 1;- Returns:
- The decimal.
-
getDecimalBytes
com.google.protobuf.ByteString getDecimalBytes()[gml/basicTypes.xsd at 160:58]
string decimal = 1;- Returns:
- The bytes for decimal.
-
getCs
String getCs()[gml/basicTypes.xsd at 161:53]
string cs = 2;- Returns:
- The cs.
-
getCsBytes
com.google.protobuf.ByteString getCsBytes()[gml/basicTypes.xsd at 161:53]
string cs = 2;- Returns:
- The bytes for cs.
-
getTs
String getTs()[gml/basicTypes.xsd at 162:53]
string ts = 3;- Returns:
- The ts.
-
getTsBytes
com.google.protobuf.ByteString getTsBytes()[gml/basicTypes.xsd at 162:53]
string ts = 3;- Returns:
- The bytes for ts.
-
getValue
String getValue()This type is deprecated for tuples with ordinate values that are numbers. CoordinatesType is a text string, intended to be used to record an array of tuples or coordinates. While it is not possible to enforce the internal structure of the string through schema validation, some optional attributes have been provided in previous versions of GML to support a description of the internal structure. These attributes are deprecated. The attributes were intended to be used as follows: Decimal symbol used for a decimal point (default="." a stop or period) cs symbol used to separate components within a tuple or coordinate string (default="," a comma) ts symbol used to separate tuples or coordinate strings (default=" " a space) Since it is based on the XML Schema string type, CoordinatesType may be used in the construction of tables of tuples or arrays of tuples, including ones that contain mixed text and numeric values. [gml/basicTypes.xsd at 148:38]
string value = 4;- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()This type is deprecated for tuples with ordinate values that are numbers. CoordinatesType is a text string, intended to be used to record an array of tuples or coordinates. While it is not possible to enforce the internal structure of the string through schema validation, some optional attributes have been provided in previous versions of GML to support a description of the internal structure. These attributes are deprecated. The attributes were intended to be used as follows: Decimal symbol used for a decimal point (default="." a stop or period) cs symbol used to separate components within a tuple or coordinate string (default="," a comma) ts symbol used to separate tuples or coordinate strings (default=" " a space) Since it is based on the XML Schema string type, CoordinatesType may be used in the construction of tables of tuples or arrays of tuples, including ones that contain mixed text and numeric values. [gml/basicTypes.xsd at 148:38]
string value = 4;- Returns:
- The bytes for value.
-