Uses of Class
com.luciad.fusion.platform.model.properties.TLfnCustomProperty.Builder
Packages that use TLfnCustomProperty.Builder
Package
Description
This package contains interfaces and classes related to custom properties.
-
Uses of TLfnCustomProperty.Builder in com.luciad.fusion.platform.model.properties
Methods in com.luciad.fusion.platform.model.properties that return TLfnCustomProperty.BuilderModifier and TypeMethodDescriptionTLfnCustomProperty.Builder.booleanValue(Boolean aValue) Sets the value of the property to the givenBooleanvalue.TLfnCustomProperty.Builder.dateValue(ZonedDateTime aValue) Sets the value of the property to the givenZonedDateTimevalue.TLfnCustomProperty.Builder.doubleValue(Double aValue) Sets the value of the property to the givenDoublevalue.TLfnCustomProperty.Builder.geometry2DValue(TLfnReferencedShape aValue) Sets the value of the property to the givenTLfnReferencedShapevalue.Sets the value of the property to the givenLongvalue.Sets the name of the propertystatic TLfnCustomProperty.BuilderTLfnCustomProperty.newBuilder()Returns a new builder.TLfnCustomProperty.Builder.stringValue(String aValue) Sets the value of the property to the givenStringvalue.TLfnCustomProperty.Builder.value(ELfnCustomPropertyType aType, Object aValue) Sets the type and value of the property.