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 FeatureSchemaFeatureCollection. getFeatureSchema()Returns information about this FeatureCollectionFeatureSchemaFeatureCollectionWrapper. getFeatureSchema()FeatureSchemaFeatureDataset. getFeatureSchema()FeatureSchemaAbstractBasicFeature. getSchema()Returns the feature's metadataFeatureSchemaFeature. getSchema()Returns the feature's metadataFeatureSchemaFeatureSchema. 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 voidAbstractBasicFeature. setSchema(FeatureSchema schema)A low-level accessor that is not normally used.voidFeature. setSchema(FeatureSchema schema)A low-level accessor that is not normally used.static FeatureFeatureUtil. 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 FeatureSchemaGMLInputTemplate. 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 GMLOutputTemplateFMEGMLWriter. createOutputTemplate(FeatureSchema fs)Makes aGMLOutputTemplatefrom a featureSchema.static StringGMLWriter. makeInputTemplate(FeatureSchema fcmd)given a FeatureSchema, make a chunk of XML that represents a valid GMLInputTemplate for the JCS format.static GMLOutputTemplateGMLWriter. 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 classAttributeMapping.CombinedSchemaConstructors 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 FeatureSchemaFeatureStatisticsPlugIn. 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 CollectionPasteItemsPlugIn. 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 ListColorThemingTableModel. 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)
-