Uses of Class
net.opengis.www.gml.v3_2.AbstractRingPropertyType
Packages that use AbstractRingPropertyType
-
Uses of AbstractRingPropertyType in net.opengis.www.gml.v3_2
Methods in net.opengis.www.gml.v3_2 that return AbstractRingPropertyTypeModifier and TypeMethodDescriptionAbstractRingPropertyType.Builder.build()AbstractRingPropertyType.Builder.buildPartial()static AbstractRingPropertyTypeAbstractRingPropertyType.getDefaultInstance()AbstractRingPropertyType.Builder.getDefaultInstanceForType()AbstractRingPropertyType.getDefaultInstanceForType()PolygonType.Builder.getExterior()A boundary of a surface consists of a number of rings.PolygonType.getExterior()A boundary of a surface consists of a number of rings.PolygonTypeOrBuilder.getExterior()A boundary of a surface consists of a number of rings.PolygonType.Builder.getInterior(int index) A boundary of a surface consists of a number of rings.PolygonType.getInterior(int index) A boundary of a surface consists of a number of rings.PolygonTypeOrBuilder.getInterior(int index) A boundary of a surface consists of a number of rings.static AbstractRingPropertyTypeAbstractRingPropertyType.parseDelimitedFrom(InputStream input) static AbstractRingPropertyTypeAbstractRingPropertyType.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AbstractRingPropertyTypeAbstractRingPropertyType.parseFrom(byte[] data) static AbstractRingPropertyTypeAbstractRingPropertyType.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AbstractRingPropertyTypeAbstractRingPropertyType.parseFrom(com.google.protobuf.ByteString data) static AbstractRingPropertyTypeAbstractRingPropertyType.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AbstractRingPropertyTypeAbstractRingPropertyType.parseFrom(com.google.protobuf.CodedInputStream input) static AbstractRingPropertyTypeAbstractRingPropertyType.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AbstractRingPropertyTypeAbstractRingPropertyType.parseFrom(InputStream input) static AbstractRingPropertyTypeAbstractRingPropertyType.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AbstractRingPropertyTypeAbstractRingPropertyType.parseFrom(ByteBuffer data) static AbstractRingPropertyTypeAbstractRingPropertyType.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in net.opengis.www.gml.v3_2 that return types with arguments of type AbstractRingPropertyTypeModifier and TypeMethodDescriptionPolygonType.Builder.getInteriorList()A boundary of a surface consists of a number of rings.PolygonType.getInteriorList()A boundary of a surface consists of a number of rings.PolygonTypeOrBuilder.getInteriorList()A boundary of a surface consists of a number of rings.com.google.protobuf.Parser<AbstractRingPropertyType> AbstractRingPropertyType.getParserForType()static com.google.protobuf.Parser<AbstractRingPropertyType> AbstractRingPropertyType.parser()Methods in net.opengis.www.gml.v3_2 with parameters of type AbstractRingPropertyTypeModifier and TypeMethodDescriptionPolygonType.Builder.addInterior(int index, AbstractRingPropertyType value) A boundary of a surface consists of a number of rings.PolygonType.Builder.addInterior(AbstractRingPropertyType value) A boundary of a surface consists of a number of rings.PolygonType.Builder.mergeExterior(AbstractRingPropertyType value) A boundary of a surface consists of a number of rings.AbstractRingPropertyType.Builder.mergeFrom(AbstractRingPropertyType other) AbstractRingPropertyType.newBuilder(AbstractRingPropertyType prototype) PolygonType.Builder.setExterior(AbstractRingPropertyType value) A boundary of a surface consists of a number of rings.PolygonType.Builder.setInterior(int index, AbstractRingPropertyType value) A boundary of a surface consists of a number of rings.Method parameters in net.opengis.www.gml.v3_2 with type arguments of type AbstractRingPropertyTypeModifier and TypeMethodDescriptionPolygonType.Builder.addAllInterior(Iterable<? extends AbstractRingPropertyType> values) A boundary of a surface consists of a number of rings.