Uses of Class
com.vividsolutions.jump.feature.AttributeType
Packages that use AttributeType
Package
Description
Features and FeatureCollections -- the layer of abstraction between
Geometries in JTS and Layers in the JUMP Workbench.
The built-in JUMP "plug-ins" (code modules that can be assigned to
buttons and menu items).
-
Uses of AttributeType in com.vividsolutions.jump.datastore
Methods in com.vividsolutions.jump.datastore that return AttributeTypeModifier and TypeMethodDescriptionstatic AttributeTypeSQLUtil.getAttributeType(int sqlType, String dataTypeName) Returns OpenJUMP attributeType from sql type and datatype name. dataTypeName is nullable. -
Uses of AttributeType in com.vividsolutions.jump.datastore.jdbc
Methods in com.vividsolutions.jump.datastore.jdbc that return AttributeTypeModifier and TypeMethodDescriptionValueConverter.getType()ValueConverterFactory.BooleanConverter.getType()ValueConverterFactory.DateConverter.getType()ValueConverterFactory.DoubleConverter.getType()ValueConverterFactory.IntegerConverter.getType()ValueConverterFactory.LongConverter.getType()ValueConverterFactory.ObjectConverter.getType()ValueConverterFactory.StringConverter.getType() -
Uses of AttributeType in com.vividsolutions.jump.datastore.postgis
Methods in com.vividsolutions.jump.datastore.postgis with parameters of type AttributeTypeModifier and TypeMethodDescriptionprotected StringPostgisDSMetadata.getDbTypeName(AttributeType type) -
Uses of AttributeType in com.vividsolutions.jump.datastore.spatialdatabases
Methods in com.vividsolutions.jump.datastore.spatialdatabases with parameters of type AttributeTypeModifier and TypeMethodDescriptionprotected StringSpatialDatabasesDSMetadata.getDbTypeName(AttributeType type) Return standard SQL data type for OpenJUMP AttributeType. -
Uses of AttributeType in com.vividsolutions.jump.feature
Fields in com.vividsolutions.jump.feature declared as AttributeTypeModifier and TypeFieldDescriptionstatic final AttributeTypeAttributeType.BIGDECIMALstatic final AttributeTypeAttributeType.BIGINTstatic final AttributeTypeAttributeType.BITstatic final AttributeTypeAttributeType.BOOLEANstatic final AttributeTypeAttributeType.CHARstatic final AttributeTypeAttributeType.DATEstatic final AttributeTypeAttributeType.DECIMALstatic final AttributeTypeAttributeType.DOUBLEstatic final AttributeTypeAttributeType.FLOATstatic final AttributeTypeAttributeType.GEOMETRYstatic final AttributeTypeAttributeType.INTEGERstatic final AttributeTypeAttributeType.LONGstatic final AttributeTypeAttributeType.LONGVARCHARstatic final AttributeTypeAttributeType.NUMERICstatic final AttributeTypeAttributeType.OBJECTstatic final AttributeTypeAttributeType.REALstatic final AttributeTypeAttributeType.SMALLINTstatic final AttributeTypeAttributeType.STRINGstatic final AttributeTypeAttributeType.TEXTstatic final AttributeTypeAttributeType.TIMEstatic final AttributeTypeAttributeType.TIMESTAMPstatic final AttributeTypeAttributeType.TINYINTstatic final AttributeTypeAttributeType.VARCHARFields in com.vividsolutions.jump.feature with type parameters of type AttributeTypeMethods in com.vividsolutions.jump.feature that return AttributeTypeModifier and TypeMethodDescriptionFeatureSchema.getAttributeType(int attributeIndex) Returns whether the attribute at the given zero-based index is a string, integer, double, etc.FeatureSchema.getAttributeType(String attributeName) Returns whether the attribute with the given name (case-sensitive) is a string, integer, double, etc.static AttributeTypeAttributeType.toAttributeType(Class<?> javaClass) Gets the first attribute type related with a given class.static AttributeTypeAttributeType.toAttributeType(String name) Converts a type name to an AttributeType.Methods in com.vividsolutions.jump.feature that return types with arguments of type AttributeTypeModifier and TypeMethodDescriptionstatic Collection<AttributeType> AttributeType.allTypes()static Collection<AttributeType> AttributeType.basicTypes()Methods in com.vividsolutions.jump.feature with parameters of type AttributeTypeModifier and TypeMethodDescriptionvoidFeatureSchema.addAttribute(String attributeName, AttributeType attributeType) Adds an attribute with the given case-sensitive name.voidFeatureSchema.addDynamicAttribute(String attributeName, AttributeType attributeType, Operation operation) Add a dynamic attribute to this FeatureSchema A dynamic attribute is a readOnly attribute which is dynamically evaluated on demand.voidFeatureSchema.addExternalPrimaryKey(String attributeName, AttributeType attributeType) Add an attribute containing an external identifier.static booleanAttributeType.areCompatibleTypes(AttributeType attrType1, AttributeType attrType2) Checks if two attribute types are compatible.static booleanAttributeType.isBoolean(AttributeType type) Checks if an attribute type is assignable to a booleanstatic booleanAttributeType.isDate(AttributeType type) Checks if an attribute type is a datestatic booleanAttributeType.isNumeric(AttributeType type) Checks if an attribute type is numericstatic booleanAttributeType.isNumericWithoutDecimal(AttributeType type) Checks if an attribute type is numeric without any decimalstatic booleanAttributeType.isString(AttributeType type) Checks if an attribute type is assignable to a StringvoidFlexibleFeatureSchema.setAttributeType(int attributeIndex, AttributeType type) voidFlexibleFeatureSchema.setAttributeType(String name, AttributeType type) -
Uses of AttributeType in com.vividsolutions.jump.io
Methods in com.vividsolutions.jump.io that return AttributeTypeModifier and TypeMethodDescriptionColumnDescription.getType()Returns the [JCS] type of this column cf. setType()Methods in com.vividsolutions.jump.io with parameters of type AttributeTypeModifier and TypeMethodDescriptionvoidColumnDescription.setType(AttributeType t) Sets the [JCS] type of this column -
Uses of AttributeType in com.vividsolutions.jump.io.geojson
Fields in com.vividsolutions.jump.io.geojson declared as AttributeTypeModifier and TypeFieldDescriptionstatic final AttributeTypeGeoJSONFeatureCollectionWrapper.ATTRIBUTETYPE_NULLMethods in com.vividsolutions.jump.io.geojson that return AttributeTypeModifier and TypeMethodDescriptionstatic AttributeTypeGeoJSONFeatureCollectionWrapper.toAttributeType(Object value) -
Uses of AttributeType in com.vividsolutions.jump.workbench.ui
Methods in com.vividsolutions.jump.workbench.ui that return AttributeTypeMethods in com.vividsolutions.jump.workbench.ui with parameters of type AttributeType -
Uses of AttributeType in com.vividsolutions.jump.workbench.ui.plugin
Methods in com.vividsolutions.jump.workbench.ui.plugin that return AttributeTypeMethods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type AttributeTypeModifier and TypeMethodDescriptionViewSchemaPlugIn.convert(Boolean from, AttributeType toType, String attributeName, boolean forcingInvalidConversionsToNull) ViewSchemaPlugIn.convert(Double from, AttributeType toType, String attributeName, boolean forcingInvalidConversionsToNull) ViewSchemaPlugIn.convert(Integer from, AttributeType toType, String attributeName, boolean forcingInvalidConversionsToNull) ViewSchemaPlugIn.convert(Long from, AttributeType toType, String attributeName, boolean forcingInvalidConversionsToNull) ViewSchemaPlugIn.convert(Object from, AttributeType fromType, AttributeType toType, String attributeName, boolean forcingInvalidConversionsToNull) ViewSchemaPlugIn.convert(Object from, AttributeType toType, String attributeName, boolean forcingInvalidConversionsToNull) ViewSchemaPlugIn.convert(String from, AttributeType toType, String attributeName, boolean forcingInvalidConversionsToNull) ViewSchemaPlugIn.convert(Date from, AttributeType toType, String attributeName, boolean forcingInvalidConversionsToNull) ViewSchemaPlugIn.convert(org.locationtech.jts.geom.Geometry from, AttributeType toType, String attributeName, boolean forcingInvalidConversionsToNull) voidViewSchemaPlugIn.Attribute.setType(AttributeType type) -
Uses of AttributeType in de.fho.jump.pirol.ui.panels
Fields in de.fho.jump.pirol.ui.panels declared as AttributeTypeConstructors in de.fho.jump.pirol.ui.panels with parameters of type AttributeTypeModifierConstructorDescriptionNewAttributePanel(boolean arg0, AttributeType[] onlyTypes, boolean needDefaultValue) -
Uses of AttributeType in de.fho.jump.pirol.utilities.attributes
Fields in de.fho.jump.pirol.utilities.attributes declared as AttributeTypeMethods in de.fho.jump.pirol.utilities.attributes that return AttributeTypeMethods in de.fho.jump.pirol.utilities.attributes with parameters of type AttributeTypeModifier and TypeMethodDescriptionvoidAttributeInfo.setAttributeType(AttributeType attributeType) Constructors in de.fho.jump.pirol.utilities.attributes with parameters of type AttributeTypeModifierConstructorDescriptionAttributeInfo(AttributeType attributeType, String attributeName) AttributeInfo(AttributeType attributeType, String attributeName, Object nullValue) -
Uses of AttributeType in org.openjump.core.apitools
Methods in org.openjump.core.apitools with parameters of type AttributeTypeModifier and TypeMethodDescriptionstatic PirolFeatureCollectionFeatureCollectionTools.addAttributeToFeatureCollection(FeatureCollection fc, String attr, AttributeType at, Object defaultVal) Method to add a new attribute to an existing FeatureCollection.static PirolFeatureCollectionFeatureCollectionTools.addAttributeToFeatureCollection(FeatureCollection fc, String attr, AttributeType at, Object defaultVal, boolean clearOldFeatureCollection) Method to add a new attribute to an existing FeatureCollection.FeatureCollectionTools.addAttributeToFeatureCollection(String attr, AttributeType at, Object defaultVal) static AttributeInfo[]FeatureSchemaTools.getAttributesWithTypes(FeatureSchema fs, AttributeType[] allowedTypes) Extracts information of all attributes with one of the given types from the given FeatureSchemastatic booleanFeatureCollectionTools.isAttributeTypeNumeric(AttributeType at) -
Uses of AttributeType in org.openjump.core.feature
Methods in org.openjump.core.feature with parameters of type AttributeTypeModifier and TypeMethodDescriptionabstract OperationAttributeOperationFactory.createOperation(AttributeType type, String expression) BeanshellAttributeOperationFactory.createOperation(AttributeType type, String expression) Constructors in org.openjump.core.feature with parameters of type AttributeTypeModifierConstructorDescriptionBeanshellAttributeOperation(PlugInContext context, AttributeType type, String bshExpression) -
Uses of AttributeType in org.openjump.core.ui.plugin.tools.aggregate
Methods in org.openjump.core.ui.plugin.tools.aggregate that return AttributeTypeMethods in org.openjump.core.ui.plugin.tools.aggregate with parameters of type AttributeTypeModifier and TypeMethodDescriptionstatic Map<String, Aggregator<?>> Aggregators.getAggregators(AttributeType type) Returns aggregators accepting a certain type of values as input. -
Uses of AttributeType in org.openjump.core.ui.plugin.tools.statistics
Methods in org.openjump.core.ui.plugin.tools.statistics with parameters of type AttributeType -
Uses of AttributeType in org.openjump.sigle.plugin.joinTable
Methods in org.openjump.sigle.plugin.joinTable that return AttributeType