Uses of Class
net.opengis.iso19139.gmd.v_20070417.EXExtentPropertyType
-
Packages that use EXExtentPropertyType Package Description net.opengis.iso19139.gmd.v_20070417 -
-
Uses of EXExtentPropertyType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 declared as EXExtentPropertyType Modifier and Type Field Description protected EXExtentPropertyTypeDQScopeType. extentFields in net.opengis.iso19139.gmd.v_20070417 with type parameters of type EXExtentPropertyType Modifier and Type Field Description protected List<EXExtentPropertyType>AbstractRSReferenceSystemType. domainOfValidityprotected List<EXExtentPropertyType>MDDataIdentificationType. extentprotected List<EXExtentPropertyType>LISourceType. sourceExtentMethods in net.opengis.iso19139.gmd.v_20070417 that return EXExtentPropertyType Modifier and Type Method Description EXExtentPropertyTypeObjectFactory. createEXExtentPropertyType()Create an instance ofEXExtentPropertyTypeEXExtentPropertyTypeDQScopeType. getExtent()Gets the value of the extent property.EXExtentPropertyTypeEXExtentPropertyType. withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)EXExtentPropertyTypeEXExtentPropertyType. withArcrole(String value)EXExtentPropertyTypeEXExtentPropertyType. withEXExtent(EXExtentType value)EXExtentPropertyTypeEXExtentPropertyType. withHref(String value)EXExtentPropertyTypeEXExtentPropertyType. withNilReason(String... values)EXExtentPropertyTypeEXExtentPropertyType. withNilReason(Collection<String> values)EXExtentPropertyTypeEXExtentPropertyType. withNilReason(List<String> value)EXExtentPropertyTypeEXExtentPropertyType. withRole(String value)EXExtentPropertyTypeEXExtentPropertyType. withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)EXExtentPropertyTypeEXExtentPropertyType. withTitle(String value)EXExtentPropertyTypeEXExtentPropertyType. withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)EXExtentPropertyTypeEXExtentPropertyType. withUuidref(String value)Methods in net.opengis.iso19139.gmd.v_20070417 that return types with arguments of type EXExtentPropertyType Modifier and Type Method Description List<EXExtentPropertyType>AbstractRSReferenceSystemType. getDomainOfValidity()Gets the value of the domainOfValidity property.List<EXExtentPropertyType>MDDataIdentificationType. getExtent()Gets the value of the extent property.List<EXExtentPropertyType>LISourceType. getSourceExtent()Gets the value of the sourceExtent property.Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type EXExtentPropertyType Modifier and Type Method Description voidDQScopeType. setExtent(EXExtentPropertyType value)Sets the value of the extent property.AbstractRSReferenceSystemTypeAbstractRSReferenceSystemType. withDomainOfValidity(EXExtentPropertyType... values)DQScopeTypeDQScopeType. withExtent(EXExtentPropertyType value)MDDataIdentificationTypeMDDataIdentificationType. withExtent(EXExtentPropertyType... values)LISourceTypeLISourceType. withSourceExtent(EXExtentPropertyType... values)Method parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type EXExtentPropertyType Modifier and Type Method Description voidAbstractRSReferenceSystemType. setDomainOfValidity(List<EXExtentPropertyType> value)voidMDDataIdentificationType. setExtent(List<EXExtentPropertyType> value)voidLISourceType. setSourceExtent(List<EXExtentPropertyType> value)AbstractRSReferenceSystemTypeAbstractRSReferenceSystemType. withDomainOfValidity(Collection<EXExtentPropertyType> values)AbstractRSReferenceSystemTypeAbstractRSReferenceSystemType. withDomainOfValidity(List<EXExtentPropertyType> value)MDDataIdentificationTypeMDDataIdentificationType. withExtent(Collection<EXExtentPropertyType> values)MDDataIdentificationTypeMDDataIdentificationType. withExtent(List<EXExtentPropertyType> value)LISourceTypeLISourceType. withSourceExtent(Collection<EXExtentPropertyType> values)LISourceTypeLISourceType. withSourceExtent(List<EXExtentPropertyType> value)Constructors in net.opengis.iso19139.gmd.v_20070417 with parameters of type EXExtentPropertyType Constructor Description DQScopeType(String id, String uuid, MDScopeCodePropertyType level, EXExtentPropertyType extent, List<MDScopeDescriptionPropertyType> levelDescription)Fully-initialising value constructorConstructor parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type EXExtentPropertyType Constructor Description AbstractRSReferenceSystemType(String id, String uuid, RSIdentifierPropertyType name, List<EXExtentPropertyType> domainOfValidity)Fully-initialising value constructorLISourceType(String id, String uuid, CharacterStringPropertyType description, MDRepresentativeFractionPropertyType scaleDenominator, MDReferenceSystemPropertyType sourceReferenceSystem, CICitationPropertyType sourceCitation, List<EXExtentPropertyType> sourceExtent, List<LIProcessStepPropertyType> sourceStep)Fully-initialising value constructor
-