| org.geotools.referencing.factory.DirectAuthorityFactory org.geotools.referencing.factory.wms.WebCRSFactory
Constructor Summary | |
public | WebCRSFactory() Constructs a default factory for the
CRS authority. | public | WebCRSFactory(Hints hints) Constructs a factory for the
CRS authority using the specified hints. |
WebCRSFactory | public WebCRSFactory()(Code) | | Constructs a default factory for the
CRS authority.
|
WebCRSFactory | public WebCRSFactory(Hints hints)(Code) | | Constructs a factory for the
CRS authority using the specified hints.
|
createCoordinateReferenceSystem | public CoordinateReferenceSystem createCoordinateReferenceSystem(String code) throws FactoryException(Code) | | Creates a coordinate reference system from the specified code.
|
createObject | public IdentifiedObject createObject(String code) throws FactoryException(Code) | | Creates an object from the specified code. The default implementation delegates to
(code) .
|
getAuthority | public Citation getAuthority()(Code) | | Returns the authority for this factory, which is
Citations.CRS CRS .
|
getAuthorityCodes | public Set getAuthorityCodes(Class type) throws FactoryException(Code) | | Provides a complete set of the known codes provided by this authority. The returned set
contains only numeric identifiers like
"84" ,
"27" , etc.
The authority name (
"CRS" ) is not included. This is consistent with the
and avoid duplication, since the authority is the
same for every codes returned by this factory. It also make it easier for clients to
prepend whatever authority name they wish, as for example in the
.
|
getDescriptionText | public InternationalString getDescriptionText(String code) throws FactoryException(Code) | | Returns the CRS name for the given code.
|
Methods inherited from org.geotools.referencing.factory.DirectAuthorityFactory | public Map getImplementationHints()(Code)(Java Doc)
|
|
|