Uses of Class
org.locationtech.jts.jump.feature.FeatureSchema
-
Packages that use FeatureSchema 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.tools org.locationtech.jts.jump.workbench.ui.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items).org.locationtech.jts.jump.workbench.ui.plugin.clipboard org.locationtech.jts.jump.workbench.ui.renderer.style -
-
Uses of FeatureSchema in org.locationtech.jts.jump.feature
Methods in org.locationtech.jts.jump.feature that return FeatureSchema Modifier and Type Method Description FeatureSchema
FeatureCollection. getFeatureSchema()
Returns information about this FeatureCollectionFeatureSchema
FeatureCollectionWrapper. getFeatureSchema()
FeatureSchema
FeatureDataset. getFeatureSchema()
FeatureSchema
AbstractBasicFeature. getSchema()
Returns the feature's metadataFeatureSchema
Feature. getSchema()
Returns the feature's metadataFeatureSchema
FeatureSchema. setCoordinateSystem(CoordinateSystem coordinateSystem)
Sets the CoordinateSystem associated with this FeatureSchema, but does not perform any reprojection.Methods in org.locationtech.jts.jump.feature with parameters of type FeatureSchema Modifier and Type Method Description void
AbstractBasicFeature. setSchema(FeatureSchema schema)
A low-level accessor that is not normally used.void
Feature. setSchema(FeatureSchema schema)
A low-level accessor that is not normally used.static Feature
FeatureUtil. toFeature(org.locationtech.jts.geom.Geometry g, FeatureSchema schema)
Creates a new Feature from the given Geometry, with nominal values for the attributes.Constructors in org.locationtech.jts.jump.feature with parameters of type FeatureSchema Constructor Description AbstractBasicFeature(FeatureSchema featureSchema)
Creates a new Feature based on the given metadata.BasicFeature(FeatureSchema featureSchema)
Constructs a BasicFeature with the given FeatureSchema specifying the attribute names and types.FeatureDataset(Collection newFeatures, FeatureSchema featureSchema)
Creates a FeatureDataset, initialized with a group of Features.FeatureDataset(FeatureSchema featureSchema)
Creates a FeatureDataset. -
Uses of FeatureSchema in org.locationtech.jts.jump.io
Methods in org.locationtech.jts.jump.io that return FeatureSchema Modifier and Type Method Description FeatureSchema
GMLInputTemplate. toFeatureSchema()
Converts this GMLInputTemplate to a feature schema.Methods in org.locationtech.jts.jump.io with parameters of type FeatureSchema Modifier and Type Method Description GMLOutputTemplate
FMEGMLWriter. createOutputTemplate(FeatureSchema fs)
Makes aGMLOutputTemplate
from a featureSchema.static String
GMLWriter. makeInputTemplate(FeatureSchema fcmd)
given a FeatureSchema, make a chunk of XML that represents a valid GMLInputTemplate for the JCS format.static GMLOutputTemplate
GMLWriter. makeOutputTemplate(FeatureSchema fcmd)
given a FEatureSchema, make an output template in the JCS format -
Uses of FeatureSchema in org.locationtech.jts.jump.tools
Subclasses of FeatureSchema in org.locationtech.jts.jump.tools Modifier and Type Class Description static class
AttributeMapping.CombinedSchema
Constructors in org.locationtech.jts.jump.tools with parameters of type FeatureSchema Constructor Description AttributeMapping(FeatureSchema aSchema, List aAttributeNames, List aNewAttributeNames, FeatureSchema bSchema, List bAttributeNames, List bNewAttributeNames)
Constructs an AttributeMapping.AttributeMapping(FeatureSchema a, FeatureSchema b)
Constructs an AttributeMapping that will transfer all the attributes from two feature collections A and B. -
Uses of FeatureSchema in org.locationtech.jts.jump.workbench.ui.plugin
Methods in org.locationtech.jts.jump.workbench.ui.plugin that return FeatureSchema Modifier and Type Method Description static FeatureSchema
FeatureStatisticsPlugIn. getStatisticsSchema()
-
Uses of FeatureSchema in org.locationtech.jts.jump.workbench.ui.plugin.clipboard
Methods in org.locationtech.jts.jump.workbench.ui.plugin.clipboard with parameters of type FeatureSchema Modifier and Type Method Description static Collection
PasteItemsPlugIn. conform(Collection features, FeatureSchema targetFeatureSchema)
-
Uses of FeatureSchema in org.locationtech.jts.jump.workbench.ui.renderer.style
Methods in org.locationtech.jts.jump.workbench.ui.renderer.style with parameters of type FeatureSchema Modifier and Type Method Description protected List
ColorThemingTableModel. createColumns(FeatureSchema schema)
Constructors in org.locationtech.jts.jump.workbench.ui.renderer.style with parameters of type FeatureSchema Constructor Description ColorThemingTableModel(BasicStyle defaultStyle, String attributeName, Map attributeValueToBasicStyleMap, FeatureSchema schema)
-