Interface LineStringTypeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
LineStringType, LineStringType.Builder

public interface LineStringTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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

      List<CodeType> 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

      CodeType getName(int index)
       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

      CodeTypeOrBuilder getNameOrBuilder(int index)
       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.
    • getChoiceWrapperList

       [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 255:51]
       
      repeated .net.opengis.www.gml.v3_2.LineStringType.ChoiceWrapper_LineStringType choice_wrapper = 101;
    • getChoiceWrapper

      LineStringType.ChoiceWrapper_LineStringType getChoiceWrapper(int index)
       [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 255:51]
       
      repeated .net.opengis.www.gml.v3_2.LineStringType.ChoiceWrapper_LineStringType choice_wrapper = 101;
    • getChoiceWrapperCount

      int getChoiceWrapperCount()
       [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 255:51]
       
      repeated .net.opengis.www.gml.v3_2.LineStringType.ChoiceWrapper_LineStringType choice_wrapper = 101;
    • getChoiceWrapperOrBuilderList

      List<? extends LineStringType.ChoiceWrapper_LineStringTypeOrBuilder> getChoiceWrapperOrBuilderList()
       [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 255:51]
       
      repeated .net.opengis.www.gml.v3_2.LineStringType.ChoiceWrapper_LineStringType choice_wrapper = 101;
    • getChoiceWrapperOrBuilder

      LineStringType.ChoiceWrapper_LineStringTypeOrBuilder getChoiceWrapperOrBuilder(int index)
       [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 255:51]
       
      repeated .net.opengis.www.gml.v3_2.LineStringType.ChoiceWrapper_LineStringType choice_wrapper = 101;
    • hasPosList

      boolean hasPosList()
       [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 99:61]
       
      .net.opengis.www.gml.v3_2.DirectPositionListType pos_list = 111;
      Returns:
      Whether the posList field is set.
    • getPosList

       [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 99:61]
       
      .net.opengis.www.gml.v3_2.DirectPositionListType pos_list = 111;
      Returns:
      The posList.
    • getPosListOrBuilder

      DirectPositionListTypeOrBuilder getPosListOrBuilder()
       [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 99:61]
       
      .net.opengis.www.gml.v3_2.DirectPositionListType pos_list = 111;