Class AbstractRingPropertyType.Builder

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

public static final class AbstractRingPropertyType.Builder extends com.google.protobuf.GeneratedMessage.Builder<AbstractRingPropertyType.Builder> implements AbstractRingPropertyTypeOrBuilder
 A property with the content model of gml:AbstractRingPropertyType encapsulates a ring to represent the surface boundary property of a surface.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 83:47]
 
Protobuf type net.opengis.www.gml.v3_2.AbstractRingPropertyType
  • 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<AbstractRingPropertyType.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<AbstractRingPropertyType.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<AbstractRingPropertyType.Builder>
    • getDefaultInstanceForType

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

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

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

      public AbstractRingPropertyType.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<AbstractRingPropertyType.Builder>
    • mergeFrom

    • isInitialized

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

      public AbstractRingPropertyType.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<AbstractRingPropertyType.Builder>
      Throws:
      IOException
    • getAbstractRingTypeCase

      public AbstractRingPropertyType.AbstractRingTypeCase getAbstractRingTypeCase()
      Specified by:
      getAbstractRingTypeCase in interface AbstractRingPropertyTypeOrBuilder
    • clearAbstractRingType

      public AbstractRingPropertyType.Builder clearAbstractRingType()
    • hasLinearRing

      public boolean hasLinearRing()
       A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates shall be coincident. The number of direct positions in the list shall be at least four.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 106:92]
       
      .net.opengis.www.gml.v3_2.LinearRingType linear_ring = 1;
      Specified by:
      hasLinearRing in interface AbstractRingPropertyTypeOrBuilder
      Returns:
      Whether the linearRing field is set.
    • getLinearRing

      public LinearRingType getLinearRing()
       A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates shall be coincident. The number of direct positions in the list shall be at least four.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 106:92]
       
      .net.opengis.www.gml.v3_2.LinearRingType linear_ring = 1;
      Specified by:
      getLinearRing in interface AbstractRingPropertyTypeOrBuilder
      Returns:
      The linearRing.
    • setLinearRing

      public AbstractRingPropertyType.Builder setLinearRing(LinearRingType value)
       A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates shall be coincident. The number of direct positions in the list shall be at least four.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 106:92]
       
      .net.opengis.www.gml.v3_2.LinearRingType linear_ring = 1;
    • setLinearRing

      public AbstractRingPropertyType.Builder setLinearRing(LinearRingType.Builder builderForValue)
       A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates shall be coincident. The number of direct positions in the list shall be at least four.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 106:92]
       
      .net.opengis.www.gml.v3_2.LinearRingType linear_ring = 1;
    • mergeLinearRing

      public AbstractRingPropertyType.Builder mergeLinearRing(LinearRingType value)
       A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates shall be coincident. The number of direct positions in the list shall be at least four.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 106:92]
       
      .net.opengis.www.gml.v3_2.LinearRingType linear_ring = 1;
    • clearLinearRing

      public AbstractRingPropertyType.Builder clearLinearRing()
       A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates shall be coincident. The number of direct positions in the list shall be at least four.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 106:92]
       
      .net.opengis.www.gml.v3_2.LinearRingType linear_ring = 1;
    • getLinearRingBuilder

      public LinearRingType.Builder getLinearRingBuilder()
       A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates shall be coincident. The number of direct positions in the list shall be at least four.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 106:92]
       
      .net.opengis.www.gml.v3_2.LinearRingType linear_ring = 1;
    • getLinearRingOrBuilder

      public LinearRingTypeOrBuilder getLinearRingOrBuilder()
       A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates shall be coincident. The number of direct positions in the list shall be at least four.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 106:92]
       
      .net.opengis.www.gml.v3_2.LinearRingType linear_ring = 1;
      Specified by:
      getLinearRingOrBuilder in interface AbstractRingPropertyTypeOrBuilder