public class DefaultVectorSpatialRepresentation extends AbstractSpatialRepresentation implements VectorSpatialRepresentation
Limitations:
XML instead.Defined in the sis-metadata module
identifiers| Constructor and Description |
|---|
DefaultVectorSpatialRepresentation()
Constructs an initially empty vector spatial representation.
|
DefaultVectorSpatialRepresentation(VectorSpatialRepresentation object)
Constructs a new instance initialized with the values from the specified metadata object.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultVectorSpatialRepresentation |
castOrCopy(VectorSpatialRepresentation object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
|
Collection<GeometricObjects> |
getGeometricObjects()
Returns information about the geometric objects used in the dataset.
|
TopologyLevel |
getTopologyLevel()
Returns the code which identifies the degree of complexity of the spatial relationships.
|
void |
setGeometricObjects(Collection<? extends GeometricObjects> newValues)
Sets information about the geometric objects used in the dataset.
|
void |
setTopologyLevel(TopologyLevel newValue)
Sets the code which identifies the degree of complexity of the spatial relationships.
|
castOrCopyfreeze, getIdentifierMap, getIdentifiers, getStandardcheckWritePermission, clone, collectionType, copyCollection, copyList, copySet, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSetasMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toStringpublic DefaultVectorSpatialRepresentation()
public DefaultVectorSpatialRepresentation(VectorSpatialRepresentation object)
object - the metadata to copy values from, or null if none.castOrCopy(VectorSpatialRepresentation)public static DefaultVectorSpatialRepresentation castOrCopy(VectorSpatialRepresentation object)
null, then this method returns null.DefaultVectorSpatialRepresentation, then it is returned unchanged.DefaultVectorSpatialRepresentation instance is created using the
copy constructor
and returned. Note that this is a shallow copy operation, since the other
metadata contained in the given object are not recursively copied.object - the object to get as a SIS implementation, or null if none.null if the argument was null.public TopologyLevel getTopologyLevel()
getTopologyLevel in interface VectorSpatialRepresentationnull.public void setTopologyLevel(TopologyLevel newValue)
newValue - the new topology level.public Collection<GeometricObjects> getGeometricObjects()
getGeometricObjects in interface VectorSpatialRepresentationnull.public void setGeometricObjects(Collection<? extends GeometricObjects> newValues)
newValues - the new geometric objects.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.