public class HTTP_AuthorityFactory extends AuthorityFactoryAdapter implements CRSAuthorityFactory,CSAuthorityFactory,DatumAuthorityFactory,CoordinateOperationAuthorityFactory(Code)
Wraps
in a
"http://www.opengis.net/" name space. An exemple of complete URL is
"http://www.opengis.net/gml/srs/epsg.xml#4326" .
toBackingFactoryCode(String code) Removes the URL base (
) from the specified code
before to pass it to the wrapped factories.
Parameters: code - The code given to this factory.
public HTTP_AuthorityFactory(Hints userHints)(Code)
Creates a wrapper using the specified hints. For strict compliance with OGC
definition of CRS defined by URL, the supplied hints should contains at least the
Hints.FORCE_LONGITUDE_FIRST_AXIS_ORDER FORCE_LONGITUDE_FIRST_AXIS_ORDER hint
with value
Boolean.FALSE FALSE .
Parameters: userHints - The hints to be given to backing factories.
Removes the URL base (
) from the specified code
before to pass it to the wrapped factories.
Parameters: code - The code given to this factory. The code to give to the underlying factories. throws: FactoryException - if the code can't be converted.
Fields inherited from org.geotools.referencing.factory.AuthorityFactoryAdapter
final protected CRSAuthorityFactory crsFactory(Code)(Java Doc) final protected CSAuthorityFactory csFactory(Code)(Java Doc) final protected DatumAuthorityFactory datumFactory(Code)(Java Doc) final protected CoordinateOperationAuthorityFactory operationFactory(Code)(Java Doc)
Methods inherited from org.geotools.referencing.factory.AuthorityFactoryAdapter
public CartesianCS createCartesianCS(String code) throws FactoryException(Code)(Java Doc) public CompoundCRS createCompoundCRS(String code) throws FactoryException(Code)(Java Doc) public CoordinateOperation createCoordinateOperation(String code) throws FactoryException(Code)(Java Doc) public CoordinateReferenceSystem createCoordinateReferenceSystem(String code) throws FactoryException(Code)(Java Doc) public CoordinateSystem createCoordinateSystem(String code) throws FactoryException(Code)(Java Doc) public CoordinateSystemAxis createCoordinateSystemAxis(String code) throws FactoryException(Code)(Java Doc) public CylindricalCS createCylindricalCS(String code) throws FactoryException(Code)(Java Doc) public Datum createDatum(String code) throws FactoryException(Code)(Java Doc) public DerivedCRS createDerivedCRS(String code) throws FactoryException(Code)(Java Doc) public Ellipsoid createEllipsoid(String code) throws FactoryException(Code)(Java Doc) public EllipsoidalCS createEllipsoidalCS(String code) throws FactoryException(Code)(Java Doc) public EngineeringCRS createEngineeringCRS(String code) throws FactoryException(Code)(Java Doc) public EngineeringDatum createEngineeringDatum(String code) throws FactoryException(Code)(Java Doc) public Extent createExtent(String code) throws FactoryException(Code)(Java Doc) publicSet createFromCoordinateReferenceSystemCodes(String sourceCode, String targetCode) throws FactoryException(Code)(Java Doc) public GeocentricCRS createGeocentricCRS(String code) throws FactoryException(Code)(Java Doc) public GeodeticDatum createGeodeticDatum(String code) throws FactoryException(Code)(Java Doc) public GeographicCRS createGeographicCRS(String code) throws FactoryException(Code)(Java Doc) public ImageCRS createImageCRS(String code) throws FactoryException(Code)(Java Doc) public ImageDatum createImageDatum(String code) throws FactoryException(Code)(Java Doc) public IdentifiedObject createObject(String code) throws FactoryException(Code)(Java Doc) public OperationMethod createOperationMethod(String code) throws FactoryException(Code)(Java Doc) public ParameterDescriptor createParameterDescriptor(String code) throws FactoryException(Code)(Java Doc) public PolarCS createPolarCS(String code) throws FactoryException(Code)(Java Doc) public PrimeMeridian createPrimeMeridian(String code) throws FactoryException(Code)(Java Doc) public ProjectedCRS createProjectedCRS(String code) throws FactoryException(Code)(Java Doc) public SphericalCS createSphericalCS(String code) throws FactoryException(Code)(Java Doc) public TemporalCRS createTemporalCRS(String code) throws FactoryException(Code)(Java Doc) public TemporalDatum createTemporalDatum(String code) throws FactoryException(Code)(Java Doc) public TimeCS createTimeCS(String code) throws FactoryException(Code)(Java Doc) public Unit createUnit(String code) throws FactoryException(Code)(Java Doc) public VerticalCRS createVerticalCRS(String code) throws FactoryException(Code)(Java Doc) public VerticalCS createVerticalCS(String code) throws FactoryException(Code)(Java Doc) public VerticalDatum createVerticalDatum(String code) throws FactoryException(Code)(Java Doc) Collection dependencies()(Code)(Java Doc) public Citation getAuthority()(Code)(Java Doc) publicSet getAuthorityCodes(Class type) throws FactoryException(Code)(Java Doc) AuthorityFactory getAuthorityFactory(Class type, String code) throws FactoryException(Code)(Java Doc) protected AuthorityFactory getAuthorityFactory(String code) throws FactoryException(Code)(Java Doc) publicString getBackingStoreDescription() throws FactoryException(Code)(Java Doc) protected CRSAuthorityFactory getCRSAuthorityFactory(String code) throws FactoryException(Code)(Java Doc) protected CSAuthorityFactory getCSAuthorityFactory(String code) throws FactoryException(Code)(Java Doc) protected CoordinateOperationAuthorityFactory getCoordinateOperationAuthorityFactory(String code) throws FactoryException(Code)(Java Doc) final CoordinateOperationFactory getCoordinateOperationFactory() throws FactoryException(Code)(Java Doc) protected DatumAuthorityFactory getDatumAuthorityFactory(String code) throws FactoryException(Code)(Java Doc) public InternationalString getDescriptionText(String code) throws FactoryException(Code)(Java Doc) final ReferencingFactoryContainer getFactoryContainer(boolean crs)(Code)(Java Doc) publicIdentifiedObjectFinder getIdentifiedObjectFinder(Class type) throws FactoryException(Code)(Java Doc) public Citation getVendor()(Code)(Java Doc) public boolean isAvailable()(Code)(Java Doc) final boolean isCodeMethodOverriden()(Code)(Java Doc) Unit replace(Unit units) throws FactoryException(Code)(Java Doc) CoordinateSystemAxis replace(CoordinateSystemAxis axis) throws FactoryException(Code)(Java Doc) CoordinateSystem replace(CoordinateSystem cs) throws FactoryException(Code)(Java Doc) Datum replace(Datum datum) throws FactoryException(Code)(Java Doc) CoordinateReferenceSystem replace(CoordinateReferenceSystem crs) throws FactoryException(Code)(Java Doc) CoordinateOperation replace(CoordinateOperation operation) throws FactoryException(Code)(Java Doc) boolean sameAuthorityCodes(AuthorityFactory factory)(Code)(Java Doc) static boolean sameAuthorityCodes(AuthorityFactory backingStore, AuthorityFactory factory)(Code)(Java Doc) protectedString toBackingFactoryCode(String code) throws FactoryException(Code)(Java Doc)
Methods inherited from org.geotools.referencing.factory.AbstractAuthorityFactory