Package net.opengis.www.gml.v3_2
Interface AbstractCurveTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AbstractCurveType,AbstractCurveType.Builder
public interface AbstractCurveTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe value of this property is a remote text description of the object.The value of this property is a remote text description of the object.getId()The attribute gml:id supports provision of a handle for the XML element representing a GML Object.com.google.protobuf.ByteStringThe attribute gml:id supports provision of a handle for the XML element representing a GML Object.Often, a special identifier is assigned to an object by the maintaining authority with the intention that it is used in references to the object For such cases, the codeSpace shall be provided.Often, a special identifier is assigned to an object by the maintaining authority with the intention that it is used in references to the object For such cases, the codeSpace shall be provided.getName(int index) The gml:name property provides a label or identifier for the object, commonly a descriptive name.intThe gml:name property provides a label or identifier for the object, commonly a descriptive name.The gml:name property provides a label or identifier for the object, commonly a descriptive name.getNameOrBuilder(int index) The gml:name property provides a label or identifier for the object, commonly a descriptive name.List<? extends CodeTypeOrBuilder> The gml:name property provides a label or identifier for the object, commonly a descriptive name.int[gml/geometryBasic0d1d-extract-v3_2_1.xsd at 37:58][gml/geometryBasic0d1d-extract-v3_2_1.xsd at 36:44]com.google.protobuf.ByteString[gml/geometryBasic0d1d-extract-v3_2_1.xsd at 36:44]booleanThe value of this property is a remote text description of the object.booleanOften, a special identifier is assigned to an object by the maintaining authority with the intention that it is used in references to the object For such cases, the codeSpace shall be provided.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
-
getId
String getId()The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs. [gml/gmlBase-extract-v3_2_1.xsd at 121:33]
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs. [gml/gmlBase-extract-v3_2_1.xsd at 121:33]
string id = 1;- Returns:
- The bytes for id.
-
hasDescriptionReference
boolean hasDescriptionReference()The value of this property is a remote text description of the object. The xlink:href attribute of the gml:descriptionReference property references the external description. [gml/gmlBase-extract-v3_2_1.xsd at 106:64]
.net.opengis.www.gml.v3_2.ReferenceType description_reference = 2;- Returns:
- Whether the descriptionReference field is set.
-
getDescriptionReference
ReferenceType getDescriptionReference()The value of this property is a remote text description of the object. The xlink:href attribute of the gml:descriptionReference property references the external description. [gml/gmlBase-extract-v3_2_1.xsd at 106:64]
.net.opengis.www.gml.v3_2.ReferenceType description_reference = 2;- Returns:
- The descriptionReference.
-
getDescriptionReferenceOrBuilder
ReferenceTypeOrBuilder getDescriptionReferenceOrBuilder()The value of this property is a remote text description of the object. The xlink:href attribute of the gml:descriptionReference property references the external description. [gml/gmlBase-extract-v3_2_1.xsd at 106:64]
.net.opengis.www.gml.v3_2.ReferenceType description_reference = 2; -
hasIdentifier
boolean hasIdentifier()Often, a special identifier is assigned to an object by the maintaining authority with the intention that it is used in references to the object For such cases, the codeSpace shall be provided. That identifier is usually unique either globally or within an application domain. gml:identifier is a pre-defined property for such identifiers. [gml/gmlBase-extract-v3_2_1.xsd at 116:62]
.net.opengis.www.gml.v3_2.CodeWithAuthorityType identifier = 3;- Returns:
- Whether the identifier field is set.
-
getIdentifier
CodeWithAuthorityType getIdentifier()Often, a special identifier is assigned to an object by the maintaining authority with the intention that it is used in references to the object For such cases, the codeSpace shall be provided. That identifier is usually unique either globally or within an application domain. gml:identifier is a pre-defined property for such identifiers. [gml/gmlBase-extract-v3_2_1.xsd at 116:62]
.net.opengis.www.gml.v3_2.CodeWithAuthorityType identifier = 3;- Returns:
- The identifier.
-
getIdentifierOrBuilder
CodeWithAuthorityTypeOrBuilder getIdentifierOrBuilder()Often, a special identifier is assigned to an object by the maintaining authority with the intention that it is used in references to the object For such cases, the codeSpace shall be provided. That identifier is usually unique either globally or within an application domain. gml:identifier is a pre-defined property for such identifiers. [gml/gmlBase-extract-v3_2_1.xsd at 116:62]
.net.opengis.www.gml.v3_2.CodeWithAuthorityType identifier = 3; -
getNameList
The gml:name property provides a label or identifier for the object, commonly a descriptive name. An object may have several names, typically assigned by different authorities. gml:name uses the gml:CodeType content model. The authority for a name is indicated by the value of its (optional) codeSpace attribute. The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace. In common usage there will be one name per authority, so a processing application may select the name from its preferred codeSpace. [gml/gmlBase-extract-v3_2_1.xsd at 111:43]
repeated .net.opengis.www.gml.v3_2.CodeType name = 4; -
getName
The gml:name property provides a label or identifier for the object, commonly a descriptive name. An object may have several names, typically assigned by different authorities. gml:name uses the gml:CodeType content model. The authority for a name is indicated by the value of its (optional) codeSpace attribute. The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace. In common usage there will be one name per authority, so a processing application may select the name from its preferred codeSpace. [gml/gmlBase-extract-v3_2_1.xsd at 111:43]
repeated .net.opengis.www.gml.v3_2.CodeType name = 4; -
getNameCount
int getNameCount()The gml:name property provides a label or identifier for the object, commonly a descriptive name. An object may have several names, typically assigned by different authorities. gml:name uses the gml:CodeType content model. The authority for a name is indicated by the value of its (optional) codeSpace attribute. The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace. In common usage there will be one name per authority, so a processing application may select the name from its preferred codeSpace. [gml/gmlBase-extract-v3_2_1.xsd at 111:43]
repeated .net.opengis.www.gml.v3_2.CodeType name = 4; -
getNameOrBuilderList
List<? extends CodeTypeOrBuilder> getNameOrBuilderList()The gml:name property provides a label or identifier for the object, commonly a descriptive name. An object may have several names, typically assigned by different authorities. gml:name uses the gml:CodeType content model. The authority for a name is indicated by the value of its (optional) codeSpace attribute. The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace. In common usage there will be one name per authority, so a processing application may select the name from its preferred codeSpace. [gml/gmlBase-extract-v3_2_1.xsd at 111:43]
repeated .net.opengis.www.gml.v3_2.CodeType name = 4; -
getNameOrBuilder
The gml:name property provides a label or identifier for the object, commonly a descriptive name. An object may have several names, typically assigned by different authorities. gml:name uses the gml:CodeType content model. The authority for a name is indicated by the value of its (optional) codeSpace attribute. The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace. In common usage there will be one name per authority, so a processing application may select the name from its preferred codeSpace. [gml/gmlBase-extract-v3_2_1.xsd at 111:43]
repeated .net.opengis.www.gml.v3_2.CodeType name = 4; -
getSrsName
String getSrsName()[gml/geometryBasic0d1d-extract-v3_2_1.xsd at 36:44]
string srs_name = 21;- Returns:
- The srsName.
-
getSrsNameBytes
com.google.protobuf.ByteString getSrsNameBytes()[gml/geometryBasic0d1d-extract-v3_2_1.xsd at 36:44]
string srs_name = 21;- Returns:
- The bytes for srsName.
-
getSrsDimension
int getSrsDimension()[gml/geometryBasic0d1d-extract-v3_2_1.xsd at 37:58]
uint32 srs_dimension = 22 [(.buf.validate.field) = { ... }- Returns:
- The srsDimension.
-