Uses of Class
com.luciad.format.gml32.model.TLcdGML32DomainOfValidity
Packages that use TLcdGML32DomainOfValidity
Package
Description
Provides domain model classes and utility classes for modeling GML 3.2 data.
-
Uses of TLcdGML32DomainOfValidity in com.luciad.format.gml32.model
Methods in com.luciad.format.gml32.model that return TLcdGML32DomainOfValidityModifier and TypeMethodDescriptionTLcdGML32AbstractCoordinateOperation.getDomainOfValidity()Returns the value of the property that maps to thedomainOfValidityelement.TLcdGML32AbstractDatum.getDomainOfValidity()Returns the value of the property that maps to thedomainOfValidityelement.Methods in com.luciad.format.gml32.model that return types with arguments of type TLcdGML32DomainOfValidityModifier and TypeMethodDescriptionTLcdGML32AbstractCRS.getDomainOfValidity()Returns the value of the property that maps to thedomainOfValidityelement.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32DomainOfValidityModifier and TypeMethodDescriptionvoidTLcdGML32AbstractCoordinateOperation.setDomainOfValidity(TLcdGML32DomainOfValidity aValue) Sets the value of the property that maps to thedomainOfValidityelement.voidTLcdGML32AbstractDatum.setDomainOfValidity(TLcdGML32DomainOfValidity aValue) Sets the value of the property that maps to thedomainOfValidityelement.