Uses of Class
org.locationtech.jts.jump.feature.AttributeType
-
Packages that use AttributeType Package Description org.locationtech.jts.jump.feature Features and FeatureCollections -- the layer of abstraction between Geometries in JTS and Layers in the JUMP Workbench.org.locationtech.jts.jump.io org.locationtech.jts.jump.workbench.ui -
-
Uses of AttributeType in org.locationtech.jts.jump.feature
Fields in org.locationtech.jts.jump.feature declared as AttributeType Modifier and Type Field Description static AttributeTypeAttributeType. DATEFor datesstatic AttributeTypeAttributeType. DOUBLEFor double-precision values (64-bit)static AttributeTypeAttributeType. GEOMETRYFor spatial datastatic AttributeTypeAttributeType. INTEGERFor long values (64-bit)static AttributeTypeAttributeType. OBJECTExperimentalstatic AttributeTypeAttributeType. STRINGFor stringsMethods in org.locationtech.jts.jump.feature that return AttributeType Modifier and Type Method Description AttributeTypeFeatureSchema. getAttributeType(int attributeIndex)Returns whether the attribute at the given zero-based index is a string, integer, double, etc.AttributeTypeFeatureSchema. getAttributeType(String attributeName)Returns whether the attribute with the given name (case-sensitive) is a string, integer, double, etc.static AttributeTypeAttributeType. toAttributeType(Class javaClass)Returns the AttributeType of attributes that are instances of the given class, or null if it is not associated with any AttributeType.static AttributeTypeAttributeType. toAttributeType(String name)Converts a type name to an AttributeType.Methods in org.locationtech.jts.jump.feature with parameters of type AttributeType Modifier and Type Method Description voidFeatureSchema. addAttribute(String attributeName, AttributeType attributeType)Adds an attribute with the given case-sensitive name. -
Uses of AttributeType in org.locationtech.jts.jump.io
Methods in org.locationtech.jts.jump.io that return AttributeType Modifier and Type Method Description AttributeTypeColumnDescription. getType()Returns the [JCS] type of this column cf.Methods in org.locationtech.jts.jump.io with parameters of type AttributeType Modifier and Type Method Description voidColumnDescription. setType(AttributeType t)Sets the [JCS] type of this column -
Uses of AttributeType in org.locationtech.jts.jump.workbench.ui
Methods in org.locationtech.jts.jump.workbench.ui that return AttributeType Modifier and Type Method Description AttributeTypeSchemaTableModel.Field. getType()Methods in org.locationtech.jts.jump.workbench.ui with parameters of type AttributeType Modifier and Type Method Description voidSchemaTableModel.Field. setType(AttributeType type)
-