Interface PolygonTypeOrBuilder

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

@Generated public interface PolygonTypeOrBuilder 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.
    • hasExterior

      boolean hasExterior()
       A boundary of a surface consists of a number of rings. In the normal 2D case, one of these rings is distinguished as being the exterior boundary. In a general manifold this is not always possible, in which case all boundaries shall be listed as interior boundaries, and the exterior will be empty.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 65:63]
       
      .net.opengis.www.gml.v3_2.AbstractRingPropertyType exterior = 101;
      Returns:
      Whether the exterior field is set.
    • getExterior

       A boundary of a surface consists of a number of rings. In the normal 2D case, one of these rings is distinguished as being the exterior boundary. In a general manifold this is not always possible, in which case all boundaries shall be listed as interior boundaries, and the exterior will be empty.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 65:63]
       
      .net.opengis.www.gml.v3_2.AbstractRingPropertyType exterior = 101;
      Returns:
      The exterior.
    • getExteriorOrBuilder

      AbstractRingPropertyTypeOrBuilder getExteriorOrBuilder()
       A boundary of a surface consists of a number of rings. In the normal 2D case, one of these rings is distinguished as being the exterior boundary. In a general manifold this is not always possible, in which case all boundaries shall be listed as interior boundaries, and the exterior will be empty.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 65:63]
       
      .net.opengis.www.gml.v3_2.AbstractRingPropertyType exterior = 101;
    • getInteriorList

      List<AbstractRingPropertyType> getInteriorList()
       A boundary of a surface consists of a number of rings. The "interior" rings separate the surface / surface patch from the area enclosed by the rings.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 70:63]
       
      repeated .net.opengis.www.gml.v3_2.AbstractRingPropertyType interior = 102;
    • getInterior

      AbstractRingPropertyType getInterior(int index)
       A boundary of a surface consists of a number of rings. The "interior" rings separate the surface / surface patch from the area enclosed by the rings.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 70:63]
       
      repeated .net.opengis.www.gml.v3_2.AbstractRingPropertyType interior = 102;
    • getInteriorCount

      int getInteriorCount()
       A boundary of a surface consists of a number of rings. The "interior" rings separate the surface / surface patch from the area enclosed by the rings.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 70:63]
       
      repeated .net.opengis.www.gml.v3_2.AbstractRingPropertyType interior = 102;
    • getInteriorOrBuilderList

      List<? extends AbstractRingPropertyTypeOrBuilder> getInteriorOrBuilderList()
       A boundary of a surface consists of a number of rings. The "interior" rings separate the surface / surface patch from the area enclosed by the rings.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 70:63]
       
      repeated .net.opengis.www.gml.v3_2.AbstractRingPropertyType interior = 102;
    • getInteriorOrBuilder

      AbstractRingPropertyTypeOrBuilder getInteriorOrBuilder(int index)
       A boundary of a surface consists of a number of rings. The "interior" rings separate the surface / surface patch from the area enclosed by the rings.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 70:63]
       
      repeated .net.opengis.www.gml.v3_2.AbstractRingPropertyType interior = 102;