Uses of Class
net.opengis.www.gml.v3_2.PointPropertyType.Builder
Packages that use PointPropertyType.Builder
-
Uses of PointPropertyType.Builder in net.opengis.www.gml.v3_2
Methods in net.opengis.www.gml.v3_2 that return PointPropertyType.BuilderModifier and TypeMethodDescriptionPointPropertyType.Builder.clear()PointPropertyType.Builder.clearNilReason()[gml/gmlBase-extract-v3_2_1.xsd at 46:57]PointPropertyType.Builder.clearOwns()[gml/gmlBase-extract-v3_2_1.xsd at 69:58]PointPropertyType.Builder.clearPoint()A Point is defined by a single coordinate tuple.LinearRingType.ChoiceWrapper_LinearRingType.Builder.getPointPropertyBuilder()This property element either references a point via the XLink-attributes or contains the point element. pointProperty is the predefined property which may be used by GML Application Schemas whenever a GML feature has a property with a value that is substitutable for Point.LineStringType.ChoiceWrapper_LineStringType.Builder.getPointPropertyBuilder()This property element either references a point via the XLink-attributes or contains the point element. pointProperty is the predefined property which may be used by GML Application Schemas whenever a GML feature has a property with a value that is substitutable for Point.PointPropertyType.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PointPropertyType.Builder.mergeFrom(com.google.protobuf.Message other) PointPropertyType.Builder.mergeFrom(PointPropertyType other) PointPropertyType.Builder.mergePoint(PointType value) A Point is defined by a single coordinate tuple.static PointPropertyType.BuilderPointPropertyType.newBuilder()static PointPropertyType.BuilderPointPropertyType.newBuilder(PointPropertyType prototype) PointPropertyType.newBuilderForType()protected PointPropertyType.BuilderPointPropertyType.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) PointPropertyType.Builder.setNilReason(String value) [gml/gmlBase-extract-v3_2_1.xsd at 46:57]PointPropertyType.Builder.setNilReasonBytes(com.google.protobuf.ByteString value) [gml/gmlBase-extract-v3_2_1.xsd at 46:57]PointPropertyType.Builder.setOwns(boolean value) [gml/gmlBase-extract-v3_2_1.xsd at 69:58]A Point is defined by a single coordinate tuple.PointPropertyType.Builder.setPoint(PointType.Builder builderForValue) A Point is defined by a single coordinate tuple.PointPropertyType.toBuilder()Methods in net.opengis.www.gml.v3_2 with parameters of type PointPropertyType.BuilderModifier and TypeMethodDescriptionLinearRingType.ChoiceWrapper_LinearRingType.Builder.setPointProperty(PointPropertyType.Builder builderForValue) This property element either references a point via the XLink-attributes or contains the point element. pointProperty is the predefined property which may be used by GML Application Schemas whenever a GML feature has a property with a value that is substitutable for Point.LineStringType.ChoiceWrapper_LineStringType.Builder.setPointProperty(PointPropertyType.Builder builderForValue) This property element either references a point via the XLink-attributes or contains the point element. pointProperty is the predefined property which may be used by GML Application Schemas whenever a GML feature has a property with a value that is substitutable for Point.