Uses of Class
net.opengis.www.gml.v3_2.AbstractRingPropertyType.Builder
Packages that use AbstractRingPropertyType.Builder
-
Uses of AbstractRingPropertyType.Builder in net.opengis.www.gml.v3_2
Methods in net.opengis.www.gml.v3_2 that return AbstractRingPropertyType.BuilderModifier and TypeMethodDescriptionPolygonType.Builder.addInteriorBuilder()A boundary of a surface consists of a number of rings.PolygonType.Builder.addInteriorBuilder(int index) A boundary of a surface consists of a number of rings.AbstractRingPropertyType.Builder.clear()AbstractRingPropertyType.Builder.clearAbstractRingType()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.PolygonType.Builder.getExteriorBuilder()A boundary of a surface consists of a number of rings.PolygonType.Builder.getInteriorBuilder(int index) A boundary of a surface consists of a number of rings.AbstractRingPropertyType.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AbstractRingPropertyType.Builder.mergeFrom(com.google.protobuf.Message other) AbstractRingPropertyType.Builder.mergeFrom(AbstractRingPropertyType other) 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.AbstractRingPropertyType.newBuilder()AbstractRingPropertyType.newBuilder(AbstractRingPropertyType prototype) AbstractRingPropertyType.newBuilderForType()protected AbstractRingPropertyType.BuilderAbstractRingPropertyType.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) 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.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.AbstractRingPropertyType.toBuilder()Methods in net.opengis.www.gml.v3_2 that return types with arguments of type AbstractRingPropertyType.BuilderModifier and TypeMethodDescriptionPolygonType.Builder.getInteriorBuilderList()A boundary of a surface consists of a number of rings.Methods in net.opengis.www.gml.v3_2 with parameters of type AbstractRingPropertyType.BuilderModifier and TypeMethodDescriptionPolygonType.Builder.addInterior(int index, AbstractRingPropertyType.Builder builderForValue) A boundary of a surface consists of a number of rings.PolygonType.Builder.addInterior(AbstractRingPropertyType.Builder builderForValue) A boundary of a surface consists of a number of rings.PolygonType.Builder.setExterior(AbstractRingPropertyType.Builder builderForValue) A boundary of a surface consists of a number of rings.PolygonType.Builder.setInterior(int index, AbstractRingPropertyType.Builder builderForValue) A boundary of a surface consists of a number of rings.