Uses of Class
com.luciad.format.gml32.model.TLcdGML32AbstractCRS
Packages that use TLcdGML32AbstractCRS
Package
Description
Provides domain model classes and utility classes for modeling GML 3.2 data.
This package implements the UML conceptual schema defined in ISO19139:2007, in paragraph 7.4.4.1.
This package implements the UML conceptual schema defined in ISO19139:2007, in paragraph 7.4.4.3.
The datatype in this package is an aggregate of the metadata elements that describe the spatial
and temporal extent of the referring entity.
-
Uses of TLcdGML32AbstractCRS in com.luciad.format.gml32.model
Subclasses of TLcdGML32AbstractCRS in com.luciad.format.gml32.modelModifier and TypeClassDescriptionclassgml:AbstractGeneralDerivedCRS is a coordinate reference system that is defined by its coordinate conversion from another coordinate reference system.classgml:CompundCRS is a coordinate reference system describing the position of points through two or more independent coordinate reference systems.classgml:DerivedCRS is a single coordinate reference system that is defined by its coordinate conversion from another single coordinate reference system known as the base CRS.classgml:EngineeringCRS is a contextually local coordinate reference system which can be divided into two broad categories: - earth-fixed systems applied to engineering activities on or near the surface of the earth; - CRSs on moving platforms such as road vehicles, vessels, aircraft, or spacecraft, see ISO 19111 8.3.classgml:GeodeticCRS is a coordinate reference system based on a geodetic datum.classgml:ImageCRS is an engineering coordinate reference system applied to locations in images.classgml:ProjectedCRS is a 2D coordinate reference system used to approximate the shape of the earth on a planar surface, but in such a way that the distortion that is inherent to the approximation is carefully controlled and known.classgml:TemporalCRS is a 1D coordinate reference system used for the recording of time.classgml:VerticalCRS is a 1D coordinate reference system used for recording heights or depths.Methods in com.luciad.format.gml32.model that return TLcdGML32AbstractCRSModifier and TypeMethodDescriptionTLcdGML32CRSProperty.getAbstractCRS()Returns the value of the property that maps to theAbstractCRSelement.TLcdGML32SingleCRSProperty.getAbstractSingleCRS()Returns the value of the property that maps to theAbstractSingleCRSelement.TLcdGML32DerivedCRS.getBaseCRS()Returns the value of the property that maps to thebaseCRSelement.TLcdGML32AbstractCoordinateOperation.getSourceCRS()Returns the value of the property that maps to thesourceCRSelement.TLcdGML32AbstractCoordinateOperation.getTargetCRS()Returns the value of the property that maps to thetargetCRSelement.Methods in com.luciad.format.gml32.model that return types with arguments of type TLcdGML32AbstractCRSModifier and TypeMethodDescriptionTLcdGML32CompoundCRS.getComponentReferenceSystem()Returns the value of the property that maps to thecomponentReferenceSystemelement.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32AbstractCRSModifier and TypeMethodDescriptionvoidTLcdGML32CRSProperty.setAbstractCRS(TLcdGML32AbstractCRS aValue) Sets the value of the property that maps to theAbstractCRSelement.voidTLcdGML32SingleCRSProperty.setAbstractSingleCRS(TLcdGML32AbstractCRS aValue) Sets the value of the property that maps to theAbstractSingleCRSelement.voidTLcdGML32DerivedCRS.setBaseCRS(TLcdGML32AbstractCRS aValue) Sets the value of the property that maps to thebaseCRSelement.voidTLcdGML32AbstractCoordinateOperation.setSourceCRS(TLcdGML32AbstractCRS aValue) Sets the value of the property that maps to thesourceCRSelement.voidTLcdGML32AbstractCoordinateOperation.setTargetCRS(TLcdGML32AbstractCRS aValue) Sets the value of the property that maps to thetargetCRSelement. -
Uses of TLcdGML32AbstractCRS in com.luciad.format.metadata.model.catalogue
Methods in com.luciad.format.metadata.model.catalogue that return types with arguments of type TLcdGML32AbstractCRSModifier and TypeMethodDescriptionTLcdISO19115CrsCatalogue.getCrs()Gets the value of theTLcdISO19115CrsCatalogue.CRS_PROPERTYproperty adapted to a list ofTLcdGML32AbstractCRSinstances. -
Uses of TLcdGML32AbstractCRS in com.luciad.format.metadata.model.crsitem
Subclasses of TLcdGML32AbstractCRS in com.luciad.format.metadata.model.crsitemModifier and TypeClassDescriptionclassclassXML attributes contraints: - 1) Id is mandatory - 2) codeSpace (type xsd:anyURI) is mandatoryclassclassclassclassclassclassclass -
Uses of TLcdGML32AbstractCRS in com.luciad.format.metadata.model.extent
Constructors in com.luciad.format.metadata.model.extent with parameters of type TLcdGML32AbstractCRSModifierConstructorDescriptionTLcdISO19115VerticalExtent(double aMinimum, double aMaximum, TLcdGML32AbstractCRS aCRS) Convenience constructor that initializes the minimum, maximum and CRS.