org.geotools.feature.type
Class GeometryTypeImpl
java.lang.Object
org.geotools.feature.type.PropertyTypeImpl
org.geotools.feature.type.AttributeTypeImpl
org.geotools.feature.type.GeometryTypeImpl
- All Implemented Interfaces:
- org.opengis.feature.type.AttributeType, org.opengis.feature.type.GeometryType, org.opengis.feature.type.PropertyType
public class GeometryTypeImpl
- extends AttributeTypeImpl
- implements org.opengis.feature.type.GeometryType
AttributeType for hold geometry implementations, maintains CRS information.
Field Summary |
protected org.opengis.referencing.crs.CoordinateReferenceSystem |
CRS
|
Constructor Summary |
GeometryTypeImpl(org.opengis.feature.type.Name name,
java.lang.Class binding,
org.opengis.referencing.crs.CoordinateReferenceSystem crs,
boolean identified,
boolean isAbstract,
java.util.List<org.opengis.filter.Filter> restrictions,
org.opengis.feature.type.AttributeType superType,
org.opengis.util.InternationalString description)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.opengis.feature.type.AttributeType |
getSuper, isIdentified |
Methods inherited from interface org.opengis.feature.type.PropertyType |
equals, getBinding, getDescription, getName, getRestrictions, getUserData, hashCode, isAbstract |
CRS
protected org.opengis.referencing.crs.CoordinateReferenceSystem CRS
GeometryTypeImpl
public GeometryTypeImpl(org.opengis.feature.type.Name name,
java.lang.Class binding,
org.opengis.referencing.crs.CoordinateReferenceSystem crs,
boolean identified,
boolean isAbstract,
java.util.List<org.opengis.filter.Filter> restrictions,
org.opengis.feature.type.AttributeType superType,
org.opengis.util.InternationalString description)
getCoordinateReferenceSystem
public org.opengis.referencing.crs.CoordinateReferenceSystem getCoordinateReferenceSystem()
- Specified by:
getCoordinateReferenceSystem
in interface org.opengis.feature.type.GeometryType
Copyright © 1996-2010 Geotools. All Rights Reserved.