Uses of Class
net.opengis.www.gml.v3_2.CurvePropertyType.Builder
Packages that use CurvePropertyType.Builder
-
Uses of CurvePropertyType.Builder in net.opengis.www.gml.v3_2
Methods in net.opengis.www.gml.v3_2 that return CurvePropertyType.BuilderModifier and TypeMethodDescriptionCurvePropertyType.Builder.clear()CurvePropertyType.Builder.clearAbstractCurveType()CurvePropertyType.Builder.clearLineString()A LineString is a special curve that consists of a single segment with linear interpolation.CurvePropertyType.Builder.clearNilReason()[gml/gmlBase-extract-v3_2_1.xsd at 46:57]CurvePropertyType.Builder.clearOwns()[gml/gmlBase-extract-v3_2_1.xsd at 69:58]CurvePropertyType.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CurvePropertyType.Builder.mergeFrom(com.google.protobuf.Message other) CurvePropertyType.Builder.mergeFrom(CurvePropertyType other) CurvePropertyType.Builder.mergeLineString(LineStringType value) A LineString is a special curve that consists of a single segment with linear interpolation.static CurvePropertyType.BuilderCurvePropertyType.newBuilder()static CurvePropertyType.BuilderCurvePropertyType.newBuilder(CurvePropertyType prototype) CurvePropertyType.newBuilderForType()protected CurvePropertyType.BuilderCurvePropertyType.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) CurvePropertyType.Builder.setLineString(LineStringType value) A LineString is a special curve that consists of a single segment with linear interpolation.CurvePropertyType.Builder.setLineString(LineStringType.Builder builderForValue) A LineString is a special curve that consists of a single segment with linear interpolation.CurvePropertyType.Builder.setNilReason(String value) [gml/gmlBase-extract-v3_2_1.xsd at 46:57]CurvePropertyType.Builder.setNilReasonBytes(com.google.protobuf.ByteString value) [gml/gmlBase-extract-v3_2_1.xsd at 46:57]CurvePropertyType.Builder.setOwns(boolean value) [gml/gmlBase-extract-v3_2_1.xsd at 69:58]CurvePropertyType.toBuilder()