Uses of Class
net.opengis.www.gml.v3_2.GeometryPropertyType.Builder
Packages that use GeometryPropertyType.Builder
-
Uses of GeometryPropertyType.Builder in net.opengis.www.gml.v3_2
Methods in net.opengis.www.gml.v3_2 that return GeometryPropertyType.BuilderModifier and TypeMethodDescriptionGeometryPropertyType.Builder.clear()GeometryPropertyType.Builder.clearAbstractGeometryType()GeometryPropertyType.Builder.clearLineString()A LineString is a special curve that consists of a single segment with linear interpolation.GeometryPropertyType.Builder.clearNilReason()[gml/gmlBase-extract-v3_2_1.xsd at 46:57]GeometryPropertyType.Builder.clearOwns()[gml/gmlBase-extract-v3_2_1.xsd at 69:58]GeometryPropertyType.Builder.clearPoint()A Point is defined by a single coordinate tuple.GeometryPropertyType.Builder.clearPolygon()A Polygon is a special surface that is defined by a single surface patch (see D.3.6).GeometryPropertyType.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GeometryPropertyType.Builder.mergeFrom(com.google.protobuf.Message other) GeometryPropertyType.Builder.mergeFrom(GeometryPropertyType other) GeometryPropertyType.Builder.mergeLineString(LineStringType value) A LineString is a special curve that consists of a single segment with linear interpolation.GeometryPropertyType.Builder.mergePoint(PointType value) A Point is defined by a single coordinate tuple.GeometryPropertyType.Builder.mergePolygon(PolygonType value) A Polygon is a special surface that is defined by a single surface patch (see D.3.6).static GeometryPropertyType.BuilderGeometryPropertyType.newBuilder()static GeometryPropertyType.BuilderGeometryPropertyType.newBuilder(GeometryPropertyType prototype) GeometryPropertyType.newBuilderForType()protected GeometryPropertyType.BuilderGeometryPropertyType.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) GeometryPropertyType.Builder.setLineString(LineStringType value) A LineString is a special curve that consists of a single segment with linear interpolation.GeometryPropertyType.Builder.setLineString(LineStringType.Builder builderForValue) A LineString is a special curve that consists of a single segment with linear interpolation.GeometryPropertyType.Builder.setNilReason(String value) [gml/gmlBase-extract-v3_2_1.xsd at 46:57]GeometryPropertyType.Builder.setNilReasonBytes(com.google.protobuf.ByteString value) [gml/gmlBase-extract-v3_2_1.xsd at 46:57]GeometryPropertyType.Builder.setOwns(boolean value) [gml/gmlBase-extract-v3_2_1.xsd at 69:58]A Point is defined by a single coordinate tuple.GeometryPropertyType.Builder.setPoint(PointType.Builder builderForValue) A Point is defined by a single coordinate tuple.GeometryPropertyType.Builder.setPolygon(PolygonType value) A Polygon is a special surface that is defined by a single surface patch (see D.3.6).GeometryPropertyType.Builder.setPolygon(PolygonType.Builder builderForValue) A Polygon is a special surface that is defined by a single surface patch (see D.3.6).GeometryPropertyType.toBuilder()