Class PointPropertyType.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<PointPropertyType.Builder>
com.google.protobuf.GeneratedMessage.Builder<PointPropertyType.Builder>
net.opengis.www.gml.v3_2.PointPropertyType.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, PointPropertyTypeOrBuilder
Enclosing class:
PointPropertyType

public static final class PointPropertyType.Builder extends com.google.protobuf.GeneratedMessage.Builder<PointPropertyType.Builder> implements PointPropertyTypeOrBuilder
 A property that has a point as its value domain may either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element shall be given, but neither both nor none.  [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 189:40]
 
Protobuf type net.opengis.www.gml.v3_2.PointPropertyType
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<PointPropertyType.Builder>
    • clear

      public PointPropertyType.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<PointPropertyType.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<PointPropertyType.Builder>
    • getDefaultInstanceForType

      public PointPropertyType getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public PointPropertyType build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public PointPropertyType buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public PointPropertyType.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PointPropertyType.Builder>
    • mergeFrom

      public PointPropertyType.Builder mergeFrom(PointPropertyType other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<PointPropertyType.Builder>
    • mergeFrom

      public PointPropertyType.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PointPropertyType.Builder>
      Throws:
      IOException
    • getNilReason

      public String getNilReason()
       [gml/gmlBase-extract-v3_2_1.xsd at 46:57]
       
      string nil_reason = 1;
      Specified by:
      getNilReason in interface PointPropertyTypeOrBuilder
      Returns:
      The nilReason.
    • getNilReasonBytes

      public com.google.protobuf.ByteString getNilReasonBytes()
       [gml/gmlBase-extract-v3_2_1.xsd at 46:57]
       
      string nil_reason = 1;
      Specified by:
      getNilReasonBytes in interface PointPropertyTypeOrBuilder
      Returns:
      The bytes for nilReason.
    • setNilReason

      public PointPropertyType.Builder setNilReason(String value)
       [gml/gmlBase-extract-v3_2_1.xsd at 46:57]
       
      string nil_reason = 1;
      Parameters:
      value - The nilReason to set.
      Returns:
      This builder for chaining.
    • clearNilReason

      public PointPropertyType.Builder clearNilReason()
       [gml/gmlBase-extract-v3_2_1.xsd at 46:57]
       
      string nil_reason = 1;
      Returns:
      This builder for chaining.
    • setNilReasonBytes

      public PointPropertyType.Builder setNilReasonBytes(com.google.protobuf.ByteString value)
       [gml/gmlBase-extract-v3_2_1.xsd at 46:57]
       
      string nil_reason = 1;
      Parameters:
      value - The bytes for nilReason to set.
      Returns:
      This builder for chaining.
    • getOwns

      public boolean getOwns()
       [gml/gmlBase-extract-v3_2_1.xsd at 69:58]
       
      bool owns = 2;
      Specified by:
      getOwns in interface PointPropertyTypeOrBuilder
      Returns:
      The owns.
    • setOwns

      public PointPropertyType.Builder setOwns(boolean value)
       [gml/gmlBase-extract-v3_2_1.xsd at 69:58]
       
      bool owns = 2;
      Parameters:
      value - The owns to set.
      Returns:
      This builder for chaining.
    • clearOwns

      public PointPropertyType.Builder clearOwns()
       [gml/gmlBase-extract-v3_2_1.xsd at 69:58]
       
      bool owns = 2;
      Returns:
      This builder for chaining.
    • hasPoint

      public boolean hasPoint()
       A Point is defined by a single coordinate tuple. The direct position of a point is specified by the pos element which is of type DirectPositionType.  [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 184:96]
       
      .net.opengis.www.gml.v3_2.PointType point = 3;
      Specified by:
      hasPoint in interface PointPropertyTypeOrBuilder
      Returns:
      Whether the point field is set.
    • getPoint

      public PointType getPoint()
       A Point is defined by a single coordinate tuple. The direct position of a point is specified by the pos element which is of type DirectPositionType.  [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 184:96]
       
      .net.opengis.www.gml.v3_2.PointType point = 3;
      Specified by:
      getPoint in interface PointPropertyTypeOrBuilder
      Returns:
      The point.
    • setPoint

      public PointPropertyType.Builder setPoint(PointType value)
       A Point is defined by a single coordinate tuple. The direct position of a point is specified by the pos element which is of type DirectPositionType.  [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 184:96]
       
      .net.opengis.www.gml.v3_2.PointType point = 3;
    • setPoint

      public PointPropertyType.Builder setPoint(PointType.Builder builderForValue)
       A Point is defined by a single coordinate tuple. The direct position of a point is specified by the pos element which is of type DirectPositionType.  [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 184:96]
       
      .net.opengis.www.gml.v3_2.PointType point = 3;
    • mergePoint

      public PointPropertyType.Builder mergePoint(PointType value)
       A Point is defined by a single coordinate tuple. The direct position of a point is specified by the pos element which is of type DirectPositionType.  [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 184:96]
       
      .net.opengis.www.gml.v3_2.PointType point = 3;
    • clearPoint

      public PointPropertyType.Builder clearPoint()
       A Point is defined by a single coordinate tuple. The direct position of a point is specified by the pos element which is of type DirectPositionType.  [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 184:96]
       
      .net.opengis.www.gml.v3_2.PointType point = 3;
    • getPointBuilder

      public PointType.Builder getPointBuilder()
       A Point is defined by a single coordinate tuple. The direct position of a point is specified by the pos element which is of type DirectPositionType.  [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 184:96]
       
      .net.opengis.www.gml.v3_2.PointType point = 3;
    • getPointOrBuilder

      public PointTypeOrBuilder getPointOrBuilder()
       A Point is defined by a single coordinate tuple. The direct position of a point is specified by the pos element which is of type DirectPositionType.  [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 184:96]
       
      .net.opengis.www.gml.v3_2.PointType point = 3;
      Specified by:
      getPointOrBuilder in interface PointPropertyTypeOrBuilder